annotate .svn/pristine/9a/9a6608eaf5694578bc6922b2d4af3ade833f39df.svn-base @ 1433:cfa80f738847
bibliography_testing
Fixed assertion error message.
author |
luisf <luis.figueira@eecs.qmul.ac.uk> |
date |
Tue, 08 Oct 2013 17:29:47 +0100 |
parents |
038ba2d95de8 |
children |
|
rev |
line source |
Chris@1296
|
1 <%= labelled_form_for @user do |f| %>
|
Chris@1296
|
2 <%= render :partial => 'form', :locals => { :f => f } %>
|
Chris@1296
|
3 <% if @user.active? && email_delivery_enabled? -%>
|
Chris@1296
|
4 <p><label><%= check_box_tag 'send_information', 1, true %> <%= l(:label_send_information) %></label></p>
|
Chris@1296
|
5 <% end -%>
|
Chris@1296
|
6 <p><%= submit_tag l(:button_save) %></p>
|
Chris@1296
|
7 <% end %>
|