Fix different styles/button positions
This commit is contained in:
parent
72a13fcc2e
commit
23a1ba7362
7 changed files with 80 additions and 27 deletions
|
@ -1,3 +1,7 @@
|
|||
%h2.icon
|
||||
%span>
|
||||
Merge Requests
|
||||
.right= link_to 'New Merge request', new_project_merge_request_path(@project), :class => "grey-button"
|
||||
- if @merge_requests.opened.count > 0
|
||||
%div{ :class => "update-data ui-box ui-box-small ui-box-big" }
|
||||
%h3
|
||||
|
@ -17,4 +21,3 @@
|
|||
.clear
|
||||
%br
|
||||
|
||||
= link_to 'New Merge request', new_project_merge_request_path(@project), :class => "grey-button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue