add_css.html.erb 253 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 <h2><%= _('Add a CSS file') %></h2> <%= form_tag do %> <%= labelled_form_field(_('File name'), text_field_tag('css')) %> <% button_bar do %> <%= submit_button(:add, _('Add')) %> <%= modal_close_button _('Cancel') %> <% end %> <% end %>