rosa-build/app/views/issues/show.html.haml

21 lines
504 B
Plaintext
Raw Normal View History

2012-02-28 14:05:18 +00:00
-render :partial => 'projects/submenu'
-render :partial => 'issues/create_sidebar'
-content_for :right_nopadding do
dummy
%h3=@issue.title
.activity
.top
.image
=image_tag(@issue.creator.avatar(42), :alt => 'avatar') if @issue.creator
.text
%span.name=link_to(@issue.creator.uname, user_path(@issue.creator)) if @issue.creator
%br/
%span.date=@issue.created_at.to_s(:long)
%br/
.both
.fulltext.view=@issue.body
.both
.hr
2012-02-28 14:05:18 +00:00
=render :partial => 'issues/status'