mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-09 06:02:36 +01:00
First-pass conversion of layouts and icons to BS3/FA
Rough around the edges.
This commit is contained in:
parent
9c083b3175
commit
42e2da8653
13 changed files with 238 additions and 281 deletions
|
|
@ -124,9 +124,9 @@ module TodosHelper
|
|||
end
|
||||
|
||||
def todo_form_control_group (label_for, label)
|
||||
content_tag(:div, class: "control-group") do
|
||||
content_tag(:label, class: "control-label", for: label_for){label} +
|
||||
content_tag(:div, class:"controls") { yield }
|
||||
content_tag(:div, class: "form-group") do
|
||||
content_tag(:label, class: "col-sm-3 control-label", for: label_for){label} +
|
||||
content_tag(:div, class:"col-sm-9") { yield }
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue