refactor buttons pt1
This commit is contained in:
parent
9fdbdc662a
commit
033aa1a885
75 changed files with 139 additions and 150 deletions
|
@ -14,5 +14,5 @@
|
|||
|
||||
.form-actions
|
||||
= hidden_field_tag :redirect_to, people_group_path(@group)
|
||||
= f.submit 'Add', class: "btn save-btn"
|
||||
= f.submit 'Add', class: "btn btn-save"
|
||||
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
|
||||
.form-actions
|
||||
= hidden_field_tag :redirect_to, people_group_path(@group, project_id: @project.id)
|
||||
= f.submit 'Add', class: "btn save-btn"
|
||||
= f.submit 'Add', class: "btn btn-save"
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
.input
|
||||
= f.text_field :name, placeholder: "Ex. OpenSource", class: "xxlarge left"
|
||||
|
||||
= f.submit 'Create group', class: "btn primary"
|
||||
= f.submit 'Create group', class: "btn btn-primary"
|
||||
%hr
|
||||
.padded
|
||||
%ul
|
||||
|
|
|
@ -4,6 +4,6 @@
|
|||
%strong Looking for
|
||||
.input
|
||||
= search_field_tag :search, params[:search], placeholder: "issue 143", class: "input-xxlarge search-text-input", id: "dashboard_search"
|
||||
= submit_tag 'Search', class: "btn primary wide"
|
||||
= submit_tag 'Search', class: "btn btn-primary wide"
|
||||
- if params[:search].present?
|
||||
= render 'search/result'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue