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
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
ef4ca663
Commit
ef4ca663
authored
Mar 28, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use standard button size for new file
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
3bb47bb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
app/views/projects/tree/_tree_header.html.haml
app/views/projects/tree/_tree_header.html.haml
+2
-2
No files found.
app/views/projects/tree/_tree_header.html.haml
View file @
ef4ca663
...
@@ -15,11 +15,11 @@
...
@@ -15,11 +15,11 @@
-
if
current_user
-
if
current_user
%li
%li
-
if
!
on_top_of_branch?
-
if
!
on_top_of_branch?
%span
.btn.
btn-sm.
add-to-tree.disabled.has-tooltip
{
title:
"You can only add files when you are on a branch"
,
data:
{
container:
'body'
}}
%span
.btn.add-to-tree.disabled.has-tooltip
{
title:
"You can only add files when you are on a branch"
,
data:
{
container:
'body'
}}
=
icon
(
'plus'
)
=
icon
(
'plus'
)
-
else
-
else
%span
.dropdown
%span
.dropdown
%a
.dropdown-toggle.btn.
btn-sm.
add-to-tree
{
href:
'#'
,
"data-toggle"
=>
"dropdown"
}
%a
.dropdown-toggle.btn.add-to-tree
{
href:
'#'
,
"data-toggle"
=>
"dropdown"
}
=
icon
(
'plus'
)
=
icon
(
'plus'
)
%ul
.dropdown-menu
%ul
.dropdown-menu
-
if
can_edit_tree?
-
if
can_edit_tree?
...
...
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