mirror of
https://github.com/redmine/redmine.git
synced 2026-01-18 13:33:04 +01:00
9 lines
248 B
Plaintext
9 lines
248 B
Plaintext
|
|
<h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2>
|
||
|
|
|
||
|
|
<% form_tag({:action => 'plugin'}) do %>
|
||
|
|
<div class="box tabular">
|
||
|
|
<%= render :partial => @partial, :locals => {:settings => @settings}%>
|
||
|
|
</div>
|
||
|
|
<%= submit_tag l(:button_apply) %>
|
||
|
|
<% end %>
|