Commit 87fa392d authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge branch 'project_icon_removal' into 'master'

Removed the icons from the New Issue and New Project buttons

Fixes #1869

No more icons!

See merge request !885
parents 3f5a3f73 e94e2361
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment