diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-06 22:46:58 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-06 22:46:58 +0000 |
commit | ef84339003d742f28b7a9f902abcb3ed6e6d098f (patch) | |
tree | cf68413b549d5163ea39d8cf0e63e52b4d847585 /app/views/roles | |
parent | 909954ac342fc6be824b73009e760add4f0489ff (diff) | |
download | redmine-ef84339003d742f28b7a9f902abcb3ed6e6d098f.tar.gz redmine-ef84339003d742f28b7a9f902abcb3ed6e6d098f.zip |
fixed #9097: Minor rendering problem within Safari at admin/mail_options and roles permissions
git-svn-id: http://redmine.rubyforge.org/svn/trunk@308 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/roles')
-rw-r--r-- | app/views/roles/_form.rhtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/roles/_form.rhtml b/app/views/roles/_form.rhtml index df4a58dd3..7cd83fd45 100644 --- a/app/views/roles/_form.rhtml +++ b/app/views/roles/_form.rhtml @@ -11,7 +11,8 @@ <div style="width:170px;float:left;"><%= check_box_tag "permission_ids[]", p.id, (@role.permissions.include? p) %>
<%= l(p.description.to_sym) %>
</div>
-<% end %>
+<% end %> +<div class="clear"></div>
</fieldset>
<% end %>
<br /> |