Skip to content

Commit

Permalink
Show only the first 30 characters of the issue text on the board
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Mazovetskiy committed Jul 30, 2010
1 parent 792e8c5 commit 85a1efc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/shared/_task_view.html.erb
Expand Up @@ -10,7 +10,7 @@
<tr>
<td colspan="2">
<div class="task_description">
<%= task.description %>
<%= task.description.first(30) %>
</div>
</td>
</tr>
Expand Down Expand Up @@ -65,4 +65,4 @@
});
// this.siblings().each(Element.show);
});
</script>
</script>

0 comments on commit 85a1efc

Please sign in to comment.