diff options
Diffstat (limited to 'app/views/issues/gantt.rhtml')
-rw-r--r-- | app/views/issues/gantt.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/issues/gantt.rhtml b/app/views/issues/gantt.rhtml index 6dc4e7a4b..ce317ea80 100644 --- a/app/views/issues/gantt.rhtml +++ b/app/views/issues/gantt.rhtml @@ -83,7 +83,7 @@ top = headers_height + 8 <div style="position: absolute;line-height:1.2em;height:16px;top:<%= top %>px;left:4px;overflow:hidden;"><small> <% if i.is_a? Issue %> <%= h("#{i.project} -") unless @project && @project == i.project %> - <%= link_to_issue i %>: <%=h i.subject %> + <%= link_to_issue i %> <% else %> <span class="icon icon-package"> <%= h("#{i.project} -") unless @project && @project == i.project %> |