11 lines
335 B
Plaintext
11 lines
335 B
Plaintext
.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}
|