Skip to content
Snippets Groups Projects
Verified Commit de157818 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Remove icons from some buttons which already has text

parent 557ca2b3
No related branches found
No related tags found
1 merge request!5050Remove icons from some buttons which already has text
Pipeline #
Loading
@@ -6,7 +6,6 @@
Loading
@@ -6,7 +6,6 @@
.nav-controls .nav-controls
- if can?(current_user, :admin_milestones, @group) - if can?(current_user, :admin_milestones, @group)
= link_to new_group_milestone_path(@group), class: "btn btn-new" do = link_to new_group_milestone_path(@group), class: "btn btn-new" do
= icon('plus')
New Milestone New Milestone
   
.row-content-block .row-content-block
Loading
Loading
Loading
@@ -7,7 +7,6 @@
Loading
@@ -7,7 +7,6 @@
- if can? current_user, :admin_group, @group - if can? current_user, :admin_group, @group
.controls .controls
= link_to new_project_path(namespace_id: @group.id), class: "btn btn-sm btn-success" do = link_to new_project_path(namespace_id: @group.id), class: "btn btn-sm btn-success" do
= icon('plus')
New Project New Project
%ul.well-list %ul.well-list
- @projects.each do |project| - @projects.each do |project|
Loading
Loading
Loading
@@ -26,7 +26,6 @@
Loading
@@ -26,7 +26,6 @@
%span.pull-right.tab-issues-buttons %span.pull-right.tab-issues-buttons
- if project && can?(current_user, :create_issue, project) - 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 = 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 New Issue
= link_to 'Browse Issues', milestones_browse_issuables_path(milestone, type: :issues), class: "btn btn-grouped" = link_to 'Browse Issues', milestones_browse_issuables_path(milestone, type: :issues), class: "btn btn-grouped"
%span.pull-right.tab-merge-requests-buttons.hidden %span.pull-right.tab-merge-requests-buttons.hidden
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment