annotate .svn/pristine/b3/b333dffc13c9a539e0deff64e8ed8799512cbc7c.svn-base @ 939:1affbc7f4b30

#501 "new projects" on front page should list hierarchy for non-top-level projects #493 Projects box in front page should label private projects as such
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Wed, 11 Jul 2012 14:35:31 +0100
parents cbb26bc654de
children
rev   line source
Chris@909 1 <% form_for @user, :builder => TabularFormBuilder do |f| %>
Chris@909 2 <%= render :partial => 'form', :locals => { :f => f } %>
Chris@909 3 <% if @user.active? && email_delivery_enabled? -%>
Chris@909 4 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
Chris@909 5 <% end -%>
Chris@909 6 <p><%= submit_tag l(:button_save) %></p>
Chris@909 7 <% end %>