Mercurial > hg > soundsoftware-site
view 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 |
line wrap: on
line source
<% labelled_tabular_form_for :user, @user, :url => { :controller => 'users', :action => "edit", :tab => nil }, :html => { :class => nil } do |f| %> <%= render :partial => 'form', :locals => { :f => f } %> <% if @user.active? -%> <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label> <% end -%> <p><%= submit_tag l(:button_save) %></p> <% end %>