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
90df3701
Commit
90df3701
authored
Dec 02, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add plus icon to all "Add X" buttons
parent
40760d3f
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
app/views/profiles/keys/index.html.haml
app/views/profiles/keys/index.html.haml
+3
-1
app/views/projects/branches/index.html.haml
app/views/projects/branches/index.html.haml
+1
-1
app/views/projects/labels/index.html.haml
app/views/projects/labels/index.html.haml
+1
-0
app/views/projects/tags/index.html.haml
app/views/projects/tags/index.html.haml
+1
-1
No files found.
app/views/profiles/keys/index.html.haml
View file @
90df3701
...
...
@@ -3,7 +3,9 @@
.gray-content-block.top-block
.pull-right
=
link_to
"Add SSH Key"
,
new_profile_key_path
,
class:
"btn btn-new"
=
link_to
new_profile_key_path
,
class:
"btn btn-new"
do
=
icon
(
'plus'
)
Add SSH Key
.oneline
Before you can add an SSH key you need to
=
link_to
"generate it."
,
help_page_path
(
"ssh"
,
"README"
)
...
...
app/views/projects/branches/index.html.haml
View file @
90df3701
...
...
@@ -5,7 +5,7 @@
.pull-right
-
if
can?
current_user
,
:push_code
,
@project
=
link_to
new_namespace_project_branch_path
(
@project
.
namespace
,
@project
),
class:
'btn btn-create'
do
%i
.fa.fa-add-sign
=
icon
(
'plus'
)
New branch
.dropdown.inline
...
...
app/views/projects/labels/index.html.haml
View file @
90df3701
...
...
@@ -4,6 +4,7 @@
.gray-content-block.top-block
-
if
can?
current_user
,
:admin_label
,
@project
=
link_to
new_namespace_project_label_path
(
@project
.
namespace
,
@project
),
class:
"pull-right btn btn-new"
do
=
icon
(
'plus'
)
New label
.oneline
Labels can be applied to issues and merge requests.
...
...
app/views/projects/tags/index.html.haml
View file @
90df3701
...
...
@@ -6,7 +6,7 @@
-
if
can?
current_user
,
:push_code
,
@project
.pull-right
=
link_to
new_namespace_project_tag_path
(
@project
.
namespace
,
@project
),
class:
'btn btn-create new-tag-btn'
do
%i
.fa.fa-add-sign
=
icon
(
'plus'
)
New tag
.oneline
Tags give the ability to mark specific points in history as being important
...
...
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