annotate app/views/users/.svn/text-base/_general.rhtml.svn-base @ 8:0c83d98252d9
yuya
* Add custom repo prefix and proper auth realm, remove auth cache (seems like an unwise feature), pass DB handle around, various other bits of tidying
author |
Chris Cannam |
date |
Thu, 12 Aug 2010 15:31:37 +0100 |
parents |
513646585e45 |
children |
94944d00e43c |
rev |
line source |
Chris@0
|
1 <% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "edit", :tab => nil }, :html => { :class => nil } do |f| %>
|
Chris@0
|
2 <%= render :partial => 'form', :locals => { :f => f } %>
|
Chris@0
|
3 <% if @user.active? -%>
|
Chris@0
|
4 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label>
|
Chris@0
|
5 <% end -%>
|
Chris@0
|
6 <p><%= submit_tag l(:button_save) %></p>
|
Chris@0
|
7 <% end %>
|