refactor buttons pt1
This commit is contained in:
parent
9fdbdc662a
commit
033aa1a885
75 changed files with 139 additions and 150 deletions
|
@ -17,6 +17,6 @@
|
|||
|
||||
|
||||
.actions
|
||||
= submit_tag 'Assign', class: "btn save-btn"
|
||||
= link_to "Cancel", project_team_index_path(@project), class: "btn cancel-btn"
|
||||
= submit_tag 'Assign', class: "btn btn-create"
|
||||
= link_to "Cancel", project_team_index_path(@project), class: "btn btn-cancel"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue