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
|
2011-12-19 15:30:14 +00:00
|
|
|
|
2012-02-28 14:05:18 +00:00
|
|
|
=render :partial => 'issues/status'
|