comparison .svn/pristine/8e/8e87d45a1944e77c75639604c040e7c63aafef04.svn-base @ 1295:622f24f53b42 redmine-2.3

Update to Redmine SVN revision 11972 on 2.3-stable branch
author Chris Cannam
date Fri, 14 Jun 2013 09:02:21 +0100
parents
children
comparison
equal deleted inserted replaced
1294:3e4c3460b6ca 1295:622f24f53b42
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>