mirror of
https://github.com/redmine/redmine.git
synced 2025-12-16 05:20:28 +01:00
Contributed by Alexander Meindl. git-svn-id: http://svn.redmine.org/redmine/trunk@19813 e93f8b46-1217-0410-a6f0-8f06a7374b81
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
<%= title [l(:label_plugins), {:controller => 'admin', :action => 'plugins'}], @plugin.name %>
|
|
|
|
<div id="settings" class="plugin plugin-<%= @plugin.id %>">
|
|
<%= form_tag({:action => 'plugin'}) do %>
|
|
<div class="box tabular settings">
|
|
<%= render :partial => @partial, :locals => {:settings => @settings}%>
|
|
</div>
|
|
<%= submit_tag l(:button_apply) %>
|
|
<% end %>
|
|
</div>
|