Mercurial > hg > soundsoftware-site
view .svn/pristine/82/825c082112f8e7e45e2a90e193d0b7b64c7e8293.svn-base @ 1368:987e71e73116 bibliography_testing
Setup of testing framework for the bibliography plugin.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 20 Aug 2013 18:00:06 +0100 |
parents | 038ba2d95de8 |
children |
line wrap: on
line source
<h2><%=l(:label_confirmation)%></h2> <div class="warning"> <p><%= simple_format l(:text_account_destroy_confirmation)%></p> <p> <%= form_tag({}) do %> <label><%= check_box_tag 'confirm', 1 %> <%= l(:general_text_Yes) %></label> <%= submit_tag l(:button_delete_my_account) %> | <%= link_to l(:button_cancel), :action => 'account' %> <% end %> </p> </div>