comparison .svn/pristine/8e/8e87d45a1944e77c75639604c040e7c63aafef04.svn-base @ 1464:261b3d9a4903 redmine-2.4

Update to Redmine 2.4 branch rev 12663
author Chris Cannam
date Tue, 14 Jan 2014 14:37:42 +0000
parents
children
comparison
equal deleted inserted replaced
1296:038ba2d95de8 1464:261b3d9a4903
1 <h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
2
3 <div id="settings">
4 <%= form_tag({:action => 'plugin'}) do %>
5 <div class="box tabular settings">
6 <%= render :partial => @partial, :locals => {:settings => @settings}%>
7 </div>
8 <%= submit_tag l(:button_apply) %>
9 <% end %>
10 </div>