Sha256: c330e6ec16510e7b6cdf8a5e61c4aec0c65610466d80cabed70fc3d03ae04b97
Contents?: true
Size: 542 Bytes
Versions: 16
Compression:
Stored size: 542 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" %> </div> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems