view .svn/pristine/e1/e154bc657c3fcf2d4faf4bb0c3ce33fba976be07.svn-base @ 1466:834828a14f2b bug_598

Close obsolete branch bug_598
author Chris Cannam
date Fri, 21 Jun 2013 14:51:55 +0100
parents 038ba2d95de8
children
line wrap: on
line source
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>

<div id="settings">
<%= form_tag({:action => 'plugin'}) do %>
<div class="box tabular">
<%= render :partial => @partial, :locals => {:settings => @settings}%>
</div>
<%= submit_tag l(:button_apply) %>
<% end %>
</div>