comparison .svn/pristine/8e/8e87d45a1944e77c75639604c040e7c63aafef04.svn-base @ 1298:4f746d8966dd redmine_2.3_integration

Merge from redmine-2.3 branch to create new branch redmine-2.3-integration
author Chris Cannam
date Fri, 14 Jun 2013 09:28:30 +0100
parents 622f24f53b42
children
comparison
equal deleted inserted replaced
1297:0a574315af3e 1298:4f746d8966dd
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>