Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-01 19:09:17 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-07-01 19:09:17 +0300
commitde1578185ecc0a439d877dbe1bc39a15e653c04b (patch)
tree10e1aba801741036dbdcf786d4c7c658ca49205b /app/views/shared/milestones/_summary.html.haml
parent557ca2b31ff503b36a4b65af2641fcd0f5682d5b (diff)
Remove icons from some buttons which already has text
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/shared/milestones/_summary.html.haml')
-rw-r--r--app/views/shared/milestones/_summary.html.haml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/shared/milestones/_summary.html.haml b/app/views/shared/milestones/_summary.html.haml
index 975c74f4ea6..dee2472fa79 100644
--- a/app/views/shared/milestones/_summary.html.haml
+++ b/app/views/shared/milestones/_summary.html.haml
@@ -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