Fix wiki style in boxes
This commit is contained in:
parent
6361b885bd
commit
d32f7e58de
@ -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>
|
||||
|
||||
|
@ -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 %>
|
@ -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 %>
|
@ -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 %>
|
Loading…
Reference in New Issue
Block a user