ref: master
app/views/profile_themes/add_css.html.erb
<%= _('Add a CSS file') %>
<%= 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 %>