Skip to content

Commit ec2241d

Browse files
author
Leon Li
committed
display issue description in link title for saving display space
1 parent 3f9584b commit ec2241d

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

app/views/shared/_task_view.html.erb

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,7 @@
44
<table>
55
<tr>
66
<td class="task_center" colspan="2">
7-
<%= link_to task.subject, :controller => "issues", :action => "show", :id => task.id %>
8-
</td>
9-
</tr>
10-
<tr>
11-
<td colspan="2">
12-
<div class="task_description">
13-
<%= task.description %>
14-
</div>
7+
<%= link_to task.subject, {:controller => "issues", :action => "show", :id => task.id}, :title => task.description %>
158
</td>
169
</tr>
1710
<tr>
@@ -65,4 +58,4 @@
6558
});
6659
// this.siblings().each(Element.show);
6760
});
68-
</script>
61+
</script>

0 commit comments

Comments
 (0)