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

15 lines
456 B
Plaintext

-set_meta_tags :title => [title_object(@project), @issue.title]
-render 'submenu'
-render 'manage_sidebar'
-content_for :right_nopadding do
dummy
=render 'header'
=render 'status'
= render "projects/comments/list", :list => @issue.comments, :project => @project, :commentable => @issue
%br
= render "projects/comments/add", :project => @project, :commentable => @issue if current_user
=hidden_field_tag :preview_url, project_md_preview_path(@project)