Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
b8164913
Commit
b8164913
authored
Jun 24, 2014
by
Daniel Loman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added str-truncated to branch list to fix issue #7192
parent
085a93d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
app/views/projects/branches/_branch.html.haml
app/views/projects/branches/_branch.html.haml
+1
-1
No files found.
app/views/projects/branches/_branch.html.haml
View file @
b8164913
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
%li
(
class=
"js-branch-#{branch.name}"
)
%li
(
class=
"js-branch-#{branch.name}"
)
%h4
%h4
=
link_to
project_tree_path
(
@project
,
branch
.
name
)
do
=
link_to
project_tree_path
(
@project
,
branch
.
name
)
do
%strong
=
truncate
(
branch
.
name
,
length:
60
)
%strong
.str-truncated
=
branch
.
name
-
if
branch
.
name
==
@repository
.
root_ref
-
if
branch
.
name
==
@repository
.
root_ref
%span
.label.label-info
default
%span
.label.label-info
default
-
if
@project
.
protected_branch?
branch
.
name
-
if
@project
.
protected_branch?
branch
.
name
...
...
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