plugin.html.erb
10 lines
| 323 B
| text/plain
|
TextLexer
|
r11820 | <%= title [l(:label_plugins), {:controller => 'admin', :action => 'plugins'}], @plugin.name %> | ||
|
r741 | |||
|
r825 | <div id="settings"> | ||
|
r9346 | <%= form_tag({:action => 'plugin'}) do %> | ||
|
r10987 | <div class="box tabular settings"> | ||
|
r741 | <%= render :partial => @partial, :locals => {:settings => @settings}%> | ||
</div> | ||||
<%= submit_tag l(:button_apply) %> | ||||
<% end %> | ||||
|
r825 | </div> | ||