socialforge/app/views/settings/plugin.html.erb

11 lines
285 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<h3><%= l(:label_settings) %>: <%=h @plugin.name %></h3>
<div id="settings">
<%= form_tag({:action => 'plugin'}) do %>
<div class="box tabular settings">
<%= render :partial => @partial, :locals => {:settings => @settings}%>
</div>
<%= submit_tag l(:button_apply) %>
<% end %>
</div>