summaryrefslogtreecommitdiffstats
path: root/app/views/gantts
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-12-17 15:25:07 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-12-17 15:25:07 +0000
commit620c1e27894801b853c1714acc51025b12d2e724 (patch)
treed2cbf8b2e18c7991744efdce073dcfe0ad495a9e /app/views/gantts
parent8a86b2d2bc8b5bd954739d23b24adb850b94e074 (diff)
downloadredmine-620c1e27894801b853c1714acc51025b12d2e724.tar.gz
redmine-620c1e27894801b853c1714acc51025b12d2e724.zip
Adds a css class for gantt subjects.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4528 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/gantts')
-rw-r--r--app/views/gantts/show.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/gantts/show.html.erb b/app/views/gantts/show.html.erb
index d0f4f9f29..820366279 100644
--- a/app/views/gantts/show.html.erb
+++ b/app/views/gantts/show.html.erb
@@ -80,7 +80,9 @@ t_height = g_height + headers_height
<div style="right:-2px;width:<%= subject_width %>px;height:<%= headers_height %>px;background: #eee;" class="gantt_hdr"></div>
<div style="right:-2px;width:<%= subject_width %>px;height:<%= t_height %>px;border-left: 1px solid #c0c0c0;overflow:hidden;" class="gantt_hdr"></div>
+<div class="gantt_subjects">
<%= @gantt.subjects %>
+</div>
</div>
</td>