BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
3b0acc9e
Commit
3b0acc9e
authored
Dec 18, 2013
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'bug/archive_label_overflow' of /home/git/repositories/gitlab/gitlabhq
parents
4efaa51b
5cb85258
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
6 deletions
+9
-6
_home_panel.html.haml
app/views/projects/_home_panel.html.haml
+1
-6
show.html.haml
app/views/projects/show.html.haml
+8
-0
No files found.
app/views/projects/_home_panel.html.haml
View file @
3b0acc9e
...
...
@@ -7,10 +7,6 @@
%span
.visibility-level-label
=
visibility_level_icon
(
@project
.
visibility_level
)
=
visibility_level_label
(
@project
.
visibility_level
)
-
if
@project
.
archived?
%span
.visibility-level-label
%i
.icon-book
Archived
.span7
-
unless
empty_repo
...
...
@@ -32,4 +28,4 @@
=
link_to
pluralize
(
@repository
.
round_commit_count
,
'commit'
),
project_commits_path
(
@project
,
@ref
||
@repository
.
root_ref
)
=
link_to
pluralize
(
@repository
.
branch_names
.
count
,
'branch'
),
project_branches_path
(
@project
)
=
link_to
pluralize
(
@repository
.
tag_names
.
count
,
'tag'
),
project_tags_path
(
@project
)
%span
.light.prepend-left-20
=
repository_size
\ No newline at end of file
%span
.light.prepend-left-20
=
repository_size
app/views/projects/show.html.haml
View file @
3b0acc9e
...
...
@@ -8,6 +8,14 @@
.loading.hide
.span3.project-side
.clearfix
-
if
@project
.
archived?
.alert
%h5
%i
.icon-warning-sign
Archived project!
%p
Repository is read-only
-
if
@project
.
forked_from_project
.alert.alert-success
%i
.icon-code-fork.project-fork-icon
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment