plugin.rhtml
10 lines
| 275 B
| text/html+ruby
|
RhtmlLexer
|
r741 | <h2><%= l(:label_settings) %>: <%=h @plugin.name %></h2> | ||
|
r825 | <div id="settings"> | ||
|
r741 | <% form_tag({:action => 'plugin'}) do %> | ||
<div class="box tabular"> | ||||
<%= render :partial => @partial, :locals => {:settings => @settings}%> | ||||
</div> | ||||
<%= submit_tag l(:button_apply) %> | ||||
<% end %> | ||||
|
r825 | </div> | ||