Fix theme changing forms

footer-fixes
Marcin Kulik 10 years ago
parent 34b49a6fb3
commit f73fe27936

@ -4,7 +4,7 @@
= f.input :title
= f.input :description, as: :text, input_html: { rows: 10 }, hint: 'Parsed with <a href="http://github.github.com/github-flavored-markdown/" target="_blank">GitHub Flavored Markdown</a>'.html_safe
= f.input :theme, label: 'Terminal theme', collection: themes_for_select, include_blank: default_asciicast_theme_label(decorated_current_user.theme)
= f.input :theme_name, label: 'Terminal theme', collection: themes_for_select, include_blank: default_asciicast_theme_label(decorated_current_user.theme)
= f.buttons do
= f.button :submit, 'Save', class: 'btn-primary'
= link_to 'Cancel', asciicast_path, class: 'btn'

@ -5,7 +5,7 @@
= f.input :username
= f.input :email, required: true
= f.input :name, label: 'Real name'
= f.input :theme, label: 'Terminal theme', collection: themes_for_select, include_blank: default_user_theme_label, hint: 'Used for all recordings unless custom theme chosen for a specific recording'
= f.input :theme_name, label: 'Terminal theme', collection: themes_for_select, include_blank: default_user_theme_label, hint: 'Used for all recordings unless custom theme chosen for a specific recording'
= f.buttons do
= f.button :submit, 'Save', class: 'btn-primary'
= link_to 'Cancel', profile_path(current_user), class: 'btn'

Loading…
Cancel
Save