Mercurial > hg > soundsoftware-site
annotate .svn/pristine/e1/e154bc657c3fcf2d4faf4bb0c3ce33fba976be07.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 <h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2> |
Chris@1296 | 2 |
Chris@1296 | 3 <div id="settings"> |
Chris@1296 | 4 <%= form_tag({:action => 'plugin'}) do %> |
Chris@1296 | 5 <div class="box tabular"> |
Chris@1296 | 6 <%= render :partial => @partial, :locals => {:settings => @settings}%> |
Chris@1296 | 7 </div> |
Chris@1296 | 8 <%= submit_tag l(:button_apply) %> |
Chris@1296 | 9 <% end %> |
Chris@1296 | 10 </div> |