Mercurial > hg > soundsoftware-site
view .svn/pristine/ad/adc05921a5ce3f27356e32a8fbe09eae9855ea79.svn-base @ 1119:22d81bd0b62c redmine-2.2-integration
Deleted existing the embedded plugin and replaced it witgh redmine_embedded (same functionality, but upgraded to be compatible with Redmine 2.x).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 08 Jan 2013 14:43:04 +0000 |
parents | cbb26bc654de |
children |
line wrap: on
line source
<h2><%=l(:label_password_lost)%></h2> <div class="box"> <% form_tag({:action=> "lost_password"}, :class => "tabular") do %> <p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label> <%= text_field_tag 'mail', nil, :size => 40 %> <%= submit_tag l(:button_submit) %></p> <% end %> </div>