summaryrefslogtreecommitdiffstats
path: root/app/views/settings
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings')
-rw-r--r--app/views/settings/plugin.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/plugin.html.erb b/app/views/settings/plugin.html.erb
index 155f80c22..367f5920c 100644
--- a/app/views/settings/plugin.html.erb
+++ b/app/views/settings/plugin.html.erb
@@ -2,7 +2,7 @@
<div id="settings">
<%= form_tag({:action => 'plugin'}) do %>
-<div class="box tabular">
+<div class="box tabular settings">
<%= render :partial => @partial, :locals => {:settings => @settings}%>
</div>
<%= submit_tag l(:button_apply) %>