Sha256: 59cd0f2b3211e2812cfff8ff304024450f1a9faee012f27c3a26d04094299c17

Contents?: true

Size: 550 Bytes

Versions: 10

Compression:

Stored size: 550 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.admin_rights? ? admin_root_path : root_path), :class => "btn btn-default" %>
  </div>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
tb_core-1.5.4 app/views/admin/settings/edit.html.erb
tb_core-1.5.3 app/views/admin/settings/edit.html.erb
tb_core-1.5.2 app/views/admin/settings/edit.html.erb
tb_core-1.5.1 app/views/admin/settings/edit.html.erb
tb_core-1.5.0 app/views/admin/settings/edit.html.erb
tb_core-1.4.8 app/views/admin/settings/edit.html.erb
tb_core-1.4.7 app/views/admin/settings/edit.html.erb
tb_core-1.4.6 app/views/admin/settings/edit.html.erb
tb_core-1.4.5 app/views/admin/settings/edit.html.erb
tb_core-1.4.4 app/views/admin/settings/edit.html.erb