diff --git a/app/views/projects/gantt.rhtml b/app/views/projects/gantt.rhtml index 1b51b4a6..16ccb932 100644 --- a/app/views/projects/gantt.rhtml +++ b/app/views/projects/gantt.rhtml @@ -50,7 +50,7 @@ <% zoom = 1 @zoom.times { zoom = zoom * 2 } -subject_width = 260 +subject_width = 330 header_heigth = 18 headers_height = header_heigth @@ -73,7 +73,7 @@ t_height = g_height + headers_height -
+
@@ -87,7 +87,7 @@ top = headers_height + 8
<% if i.is_a? Issue %> <%= link_to_issue i %><%= " (#{i.project.name})" unless @project && @project == i.project %>: - <%=h i.subject.sub(/^(.{30}[^\s]*\s).*$/, '\1 (...)') %> + <%=h i.subject %> <% else %> <%= "#{l(:label_version)}: #{i.name}" %> <% end %>