Sha256: 7cb590febb03d0a886ee9d3ddac42881e09c96a08072b49ce590f4068833e212
Contents?: true
Size: 274 Bytes
Versions: 2
Compression:
Stored size: 274 Bytes
Contents
<%= semantic_form_for @business_department do |f| %> <%= f.inputs do %> <%= f.input :name %> <%= f.input :enabled %> <% end %> <%= f.actions do %> <%= f.action :submit, :as => :input, :button_html => {:class => "btn btn-primary"} %> <% end %> <% end %>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
guara-0.0.3 | app/views/business_departments/_form.html.erb |
guara-0.0.1.rc | app/views/business_departments/_form.html.erb |