Sha256: 17e635f31ff39842aee388fdd6959354efa01a8fc896fd8f63ed5bf549d0fd1f
Contents?: true
Size: 350 Bytes
Versions: 3
Compression:
Stored size: 350 Bytes
Contents
<%= semantic_form_for(@preference, :url => preference_path) do |form| %> <%= form.inputs do %> <%= form.input :use_signature %> <%= form.input :signature, :as => :text %> <%= form.input :display_signatures %> <%= form.input :display_avatars %> <% end %> <%= form.buttons do %> <%= form.commit_button %> <% end %> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
formol-0.0.6 | app/views/formol/preferences/show.html.erb |
formol-0.0.5 | app/views/formol/preferences/show.html.erb |
formol-0.0.4 | app/views/formol/preferences/show.html.erb |