Skip to content
Snippets Groups Projects
Commit e94e2361 authored by Darby's avatar Darby
Browse files

Removed the icons from the New Issue and New Project buttons

parent c465af09
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -24,12 +24,10 @@
.actions
- if can? current_user, :write_issue, @project
= link_to url_for_new_issue(@project, only_path: true), title: "New Issue", class: 'btn btn-sm append-right-10' do
= icon("exclamation-circle fw")
New Issue
 
- if can? current_user, :write_merge_request, @project
= link_to new_namespace_project_merge_request_path(@project.namespace, @project), class: "btn btn-sm", title: "New Merge Request" do
= icon("plus fw")
New Merge Request
 
- if forked_from_project = @project.forked_from_project
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment