Removed class 'small' for some buttons. Fixed issue creation
This commit is contained in:
parent
d246a68a24
commit
92137b7beb
7 changed files with 15 additions and 8 deletions
|
@ -1,7 +1,7 @@
|
|||
%h3.page_title
|
||||
Merge Requests
|
||||
- if can? current_user, :write_issue, @project
|
||||
= link_to new_project_merge_request_path(@project), class: "right btn small", title: "New Merge Request" do
|
||||
= link_to new_project_merge_request_path(@project), class: "right btn", title: "New Merge Request" do
|
||||
New Merge Request
|
||||
|
||||
%br
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue