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

12 lines
427 B
Plaintext

-set_meta_tags :title => [title_object(@comment.project), t('layout.comments.edit_header')]
.block
.secondary-navigation
%ul.wat-cf
%li.first= link_to t("layout.comments.back"), @commentable_path
.content
%h2.title
= t("layout.comments.edit_header")
.inner
= form_for @comment, :url => @update_url, :html => { :class => :form } do |f|
= render :partial => "form", :locals => {:f => f}