Sha256: 4c8dbd904c2084b4ffb9f45c401fb2b718b4da65c8104e4910f37cd9a62c8650

Contents?: true

Size: 717 Bytes

Versions: 27

Compression:

Stored size: 717 Bytes

Contents

- class_name = commentable.class.name.downcase
.comment#comment_edit{:style => "margin: 5px 0px 0px 0px"}
  = link_to avatar_for(current_user, :size => :small), user_path(current_user)
  #post
    = form_for(@comment, :remote => true) do |f|
      = hidden_field_tag "comment[user_id]", current_user.id
      = hidden_field_tag "comment[commentable_id]", commentable.id
      = hidden_field_tag "comment[commentable_type]", class_name.capitalize
      = f.text_area :comment
      %div{:style => "padding:6px 0px 0px 40px;"}
        = f.submit t :edit_note
        #{t :or}
        = link_to(t(:cancel), send("edit_#{class_name}_comment_url", commentable), :method => :get, :with => "'cancel=true'", :remote => true)

Version data entries

27 entries across 27 versions & 2 rubygems

Version Path
fat_free_crm-0.14.2 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.15.2 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.16.4 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.14.1 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.15.1 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.16.3 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.16.2 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.16.1 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.16.0 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.15.0 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.15.0.beta.2 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.15.0.beta app/views/shared/_edit_comment.html.haml
fat_free_crm-0.14.0 app/views/shared/_edit_comment.html.haml
reduced_fat_crm-0.15.0.beta app/views/shared/_edit_comment.html.haml
reduced_fat_crm-0.14.0 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.13.6 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.13.5 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.13.4 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.13.3 app/views/shared/_edit_comment.html.haml
fat_free_crm-0.13.2 app/views/shared/_edit_comment.html.haml