summaryrefslogtreecommitdiff
path: root/app/views/issues/_show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-08 21:17:53 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-12-08 21:17:53 +0200
commit4107f2cc2e6d0b93208573f4873305ba0ef4c5de (patch)
treec8d7a7e5f9c5b90d2698dc2af31723d3989ab85c /app/views/issues/_show.html.haml
parent8e0126e9ec676f1ec40bb1a3dcb811e6477fb8c6 (diff)
downloadgitlab-ce-4107f2cc2e6d0b93208573f4873305ba0ef4c5de.tar.gz
mixed dashboard - first try
Diffstat (limited to 'app/views/issues/_show.html.haml')
-rw-r--r--app/views/issues/_show.html.haml5
1 files changed, 1 insertions, 4 deletions
diff --git a/app/views/issues/_show.html.haml b/app/views/issues/_show.html.haml
index a68659d544f..904b18955b6 100644
--- a/app/views/issues/_show.html.haml
+++ b/app/views/issues/_show.html.haml
@@ -2,13 +2,10 @@
%td
%strong.issue-number{:class => sort_class}= "##{issue.id}"
%span
- = truncate(html_escape(issue.title), :length => fixed_mode? ? 100 : 200)
+ = truncate(html_escape(issue.title), :length => 40)
%br
%br
%div.note-author
- - if not @project.present?
- %strong= issue.project.name
- = '-'
%strong= issue.assignee.name
%cite.cgray
= time_ago_in_words(issue.created_at)