Fix wiki style in boxes

This commit is contained in:
Alexander Meindl 2015-09-03 21:11:31 +02:00
parent 6361b885bd
commit d32f7e58de
4 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ project_overview_content = Setting.plugin_redmine_tweaks['project_overview_conte
unless project_overview_content.blank?
%>
<div class="project-content box">
<div class="project-content wiki box">
<%= textilizable(project_overview_content).html_safe %>
</div>

View File

@ -3,7 +3,7 @@ overview_bottom = Setting.plugin_redmine_tweaks['overview_bottom']
unless overview_bottom.blank?
%>
<div style="clear: both;"></div>
<div class="overview-bottom box">
<div class="overview-bottom wiki box">
<%= textilizable(overview_bottom) %>
</div>
<% end %>

View File

@ -2,7 +2,7 @@
overview_right = Setting.plugin_redmine_tweaks['overview_right']
unless overview_right.blank?
%>
<div class="overview-right box">
<div class="overview-right wiki box">
<%= textilizable(overview_right) %>
</div>
<% end %>

View File

@ -2,7 +2,7 @@
overview_top = Setting.plugin_redmine_tweaks['overview_top']
unless overview_top.blank?
%>
<div class="overview-top box">
<div class="overview-top wiki box">
<%= textilizable(overview_top) %>
</div>
<% end %>