You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

plugin.html.erb 323B

12345678910
  1. <%= title [l(:label_plugins), {:controller => 'admin', :action => 'plugins'}], @plugin.name %>
  2. <div id="settings">
  3. <%= form_tag({:action => 'plugin'}) do %>
  4. <div class="box tabular settings">
  5. <%= render :partial => @partial, :locals => {:settings => @settings}%>
  6. </div>
  7. <%= submit_tag l(:button_apply) %>
  8. <% end %>
  9. </div>