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
de157818
Unverified
Commit
de157818
authored
Jul 01, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove icons from some buttons which already has text
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
557ca2b3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
3 deletions
+0
-3
index.html.haml
app/views/groups/milestones/index.html.haml
+0
-1
projects.html.haml
app/views/groups/projects.html.haml
+0
-1
_summary.html.haml
app/views/shared/milestones/_summary.html.haml
+0
-1
No files found.
app/views/groups/milestones/index.html.haml
View file @
de157818
...
...
@@ -6,7 +6,6 @@
.nav-controls
-
if
can?
(
current_user
,
:admin_milestones
,
@group
)
=
link_to
new_group_milestone_path
(
@group
),
class:
"btn btn-new"
do
=
icon
(
'plus'
)
New Milestone
.row-content-block
...
...
app/views/groups/projects.html.haml
View file @
de157818
...
...
@@ -7,7 +7,6 @@
-
if
can?
current_user
,
:admin_group
,
@group
.controls
=
link_to
new_project_path
(
namespace_id:
@group
.
id
),
class:
"btn btn-sm btn-success"
do
=
icon
(
'plus'
)
New Project
%ul
.well-list
-
@projects
.
each
do
|
project
|
...
...
app/views/shared/milestones/_summary.html.haml
View file @
de157818
...
...
@@ -26,7 +26,6 @@
%span
.pull-right.tab-issues-buttons
-
if
project
&&
can?
(
current_user
,
:create_issue
,
project
)
=
link_to
new_namespace_project_issue_path
(
project
.
namespace
,
project
,
issue:
{
milestone_id:
milestone
.
id
}),
class:
"btn btn-grouped"
,
title:
"New Issue"
do
%i
.fa.fa-plus
New Issue
=
link_to
'Browse Issues'
,
milestones_browse_issuables_path
(
milestone
,
type: :issues
),
class:
"btn btn-grouped"
%span
.pull-right.tab-merge-requests-buttons.hidden
...
...
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