refactor buttons pt1
This commit is contained in:
parent
9fdbdc662a
commit
033aa1a885
75 changed files with 139 additions and 150 deletions
|
@ -24,7 +24,7 @@
|
|||
.span3
|
||||
= f.select(:name, @project.open_branches.map { |br| [br.name, br.name] } , {include_blank: "Select branch"}, {class: "chosen span3"})
|
||||
|
||||
= f.submit 'Protect', class: "primary btn"
|
||||
= f.submit 'Protect', class: "btn-primary btn"
|
||||
|
||||
- unless @branches.empty?
|
||||
%table
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue