Commit 1b969850 authored by Steven Verbeek's avatar Steven Verbeek

Re-added back to issues list, but moved it above title. Added css to move issue meta data around.

parent 7712d81f
.back_link
= link_to project_issues_path(@project) do
← To issues list
%h3 %h3
#{@issue.title} #{@issue.title}
%small %small
...@@ -24,6 +28,7 @@ ...@@ -24,6 +28,7 @@
%div.well %div.well
%div %div
%div.issue_meta
%cite.cgray Created by %cite.cgray Created by
= image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av" = image_tag gravatar_icon(@issue.author_email), :width => 16, :class => "lil_av"
%strong.author= link_to_issue_author(@issue) %strong.author= link_to_issue_author(@issue)
...@@ -32,6 +37,7 @@ ...@@ -32,6 +37,7 @@
= image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av" = image_tag gravatar_icon(@issue.assignee_email), :width => 16, :class => "lil_av"
%strong.author= link_to_issue_assignee(@issue) %strong.author= link_to_issue_assignee(@issue)
%div.issue_status
- if @issue.closed - if @issue.closed
.alert-message.error Closed .alert-message.error Closed
- else - else
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment