annotate app/views/users/_general.rhtml @ 36:de76cd3e8c8e
cc-branches
* Probably abortive experiments in extracting the branch from Hg
author |
Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
date |
Wed, 20 Oct 2010 10:07:29 +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 %>
|