Sha256: cee211b597e4f0fcbf1118d2b2911d3d7d1e29d238e9f3e978c1f7a0ba033462
Contents?: true
Size: 554 Bytes
Versions: 19
Compression:
Stored size: 554 Bytes
Contents
<% @page_thumbnail = "admin/users_thumb.png" @page_name = "Settings" %> <p>Fields marked with * are required and must be filled out.</p> <%= form_for @current_user, :url => admin_settings_path, :method => :put, :html => {:class => "form-horizontal"} do |f| %> <%= render :partial => "form", :locals => {:f => f} %> <div class="form-actions"> <%= f.submit "Save Settings", :class=>"btn btn-primary"%> or <%=link_to "cancel", (@current_user.has_admin_rights? ? admin_root_path : root_path), :class => "btn btn-default" %> </div> <% end %>
Version data entries
19 entries across 19 versions & 1 rubygems