This commit is contained in:
Albert Yi
2018-04-12 12:57:39 -07:00
parent ad1ed5a510
commit cd88a8df9f
22 changed files with 22 additions and 22 deletions

View File

@@ -96,7 +96,7 @@
<%= f.input :custom_style, :label => "Custom <a href='http://en.wikipedia.org/wiki/Cascading_Style_Sheets'>CSS</a> style".html_safe, :hint => "Style to apply to the whole site.", :input_html => {:size => "40x5"} %>
</fieldset>
<%= f.button :submit, "Submit", :data => { :disable_with => "Submitting..." } %>
<%= f.button :submit, "Submit" %>
<% end %>
</div>
</div>