@@ -2,7 +2,7 | |||||
2 |
|
2 | |||
3 | <div id="settings"> |
|
3 | <div id="settings"> | |
4 | <%= form_tag({:action => 'plugin'}) do %> |
|
4 | <%= form_tag({:action => 'plugin'}) do %> | |
5 | <div class="box tabular"> |
|
5 | <div class="box tabular settings"> | |
6 | <%= render :partial => @partial, :locals => {:settings => @settings}%> |
|
6 | <%= render :partial => @partial, :locals => {:settings => @settings}%> | |
7 | </div> |
|
7 | </div> | |
8 | <%= submit_tag l(:button_apply) %> |
|
8 | <%= submit_tag l(:button_apply) %> |
General Comments 0
You need to be logged in to leave comments.
Login now