From 2fbf45b2e04b09e944de9404bd87508e81dbf6da Mon Sep 17 00:00:00 2001 From: gitlabhq Date: Thu, 24 Nov 2011 10:15:30 -0500 Subject: [PATCH] issue message output --- app/views/issues/show.html.haml | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/app/views/issues/show.html.haml b/app/views/issues/show.html.haml index 7357449..48ecf36 100644 --- a/app/views/issues/show.html.haml +++ b/app/views/issues/show.html.haml @@ -2,8 +2,6 @@ %span %d = "Issue ##{@issue.id}" - – - = truncate(@issue.title, :length => 50) - unless @commits.blank? .right @@ -16,12 +14,10 @@ %table.round-borders %thead - %th - %center Author - %th - %th - %center - Assignee + %th{:colspan => 3} Details + %tr + %td{:colspan => 3} + %h3= @issue.title %tr %td %center @@ -49,6 +45,16 @@ %br = @issue.assignee_name + %tr + %td{:colspan => 3} + - if @issue.critical + %span.tag.high critical + - else + %span.tag.normal normal + - if @issue.today? + %span.tag.today today + +.clear - if can? current_user, :write_issue, @issue -- libgit2 0.21.2