diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-20 13:05:23 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2013-01-20 13:05:23 +0000 |
commit | 22f9b8846b3966cf6fb2006d97700c0963f2602f (patch) | |
tree | 306f73998792387906dc232f5a7fddb98399953c /app/views/settings | |
parent | bb314029391d42dec6c9e14fddbe5a01ec5d94fc (diff) | |
download | redmine-22f9b8846b3966cf6fb2006d97700c0963f2602f.tar.gz redmine-22f9b8846b3966cf6fb2006d97700c0963f2602f.zip |
Plugin settings div should perhaps have 'settings' CSS class (#12910).
Patch by Harry Garrood.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11217 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/settings')
-rw-r--r-- | app/views/settings/plugin.html.erb | 2 |
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) %> |