rosa-build/app/views/comments/edit.html.haml

11 lines
396 B
Plaintext
Raw Normal View History

.block
.secondary-navigation
%ul.wat-cf
%li.first= link_to t("layout.issues.list"), project_issue_path(@project, @issue)
.content
%h2.title
= t("layout.issues.edit_header")
.inner
2011-12-31 10:55:49 +00:00
= form_for @comment, :url => project_issue_comment_path(@project, @issue.id, @comment), :html => { :class => :form } do |f|
= render :partial => "form", :locals => {:f => f}