| ... | @@ -12,41 +12,26 @@ |
... | @@ -12,41 +12,26 @@ |
|
|
|
|
|
|
|
.clear
|
|
.clear
|
|
|
|
|
|
|
|
|
%h3= @issue.title
|
|
|
|
|
|
|
%table.round-borders
|
|
%table.round-borders
|
|
|
%thead
|
|
%thead
|
|
|
%th{:colspan => 3} Details
|
|
%th Assignee
|
|
|
%tr
|
|
%th Status
|
|
|
%td{:colspan => 3}
|
|
%th Opened
|
|
|
%h3= @issue.title
|
|
%th Tags
|
|
|
%tr
|
|
%tr
|
|
|
%td
|
|
%td
|
|
|
%center
|
|
= image_tag gravatar_icon(@issue.assignee_email), :width => 20, :style => "padding:0 5px;"
|
|
|
= image_tag gravatar_icon(@issue.author_email), :width => 40, :style => "padding:0 5px;"
|
|
= @issue.assignee_name
|
|
|
%br
|
|
|
|
|
%br
|
|
|
|
|
= @issue.author_name
|
|
|
|
|
%td
|
|
%td
|
|
|
%center
|
|
|
|
|
- if @issue.closed
|
|
- if @issue.closed
|
|
|
Resolved
|
|
%span.tag.high Resolved
|
|
|
%br
|
|
|
|
|
%span{:style => "font-size:36px;"} ←
|
|
|
|
|
- else
|
|
- else
|
|
|
Open
|
|
%span.tag.today Open
|
|
|
%br
|
|
%td
|
|
|
%span{:style => "font-size:36px;"} →
|
|
|
|
|
%br
|
|
|
|
|
= @issue.created_at.stamp("21 Aug 2011, 11:15pm")
|
|
= @issue.created_at.stamp("21 Aug 2011, 11:15pm")
|
|
|
|
|
|
|
|
%td
|
|
%td
|
|
|
%center
|
|
|
|
|
= image_tag gravatar_icon(@issue.assignee_email), :width => 40, :style => "padding:0 5px;"
|
|
|
|
|
%br
|
|
|
|
|
%br
|
|
|
|
|
= @issue.assignee_name
|
|
|
|
|
|
|
|
|
|
%tr
|
|
|
|
|
%td{:colspan => 3}
|
|
|
|
|
- if @issue.critical
|
|
- if @issue.critical
|
|
|
%span.tag.high critical
|
|
%span.tag.high critical
|
|
|
- else
|
|
- else
|
| ... | @@ -54,6 +39,8 @@ |
... | @@ -54,6 +39,8 @@ |
|
|
- if @issue.today?
|
|
- if @issue.today?
|
|
|
%span.tag.today today
|
|
%span.tag.today today
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.clear
|
|
.clear
|
|
|
|
|
|
|
|
|
|
|
| ... | |
... | |
| ... | | ... | |