Sha256: 17ed36bb14ba718432c34b4f0e18dc04bc3cd61be8e9834dd31e7dafb8085aa9

Contents?: true

Size: 317 Bytes

Versions: 4

Compression:

Stored size: 317 Bytes

Contents

.comment
  = hidden_field :comment, :id, :value => node.send(opts[:node_id]), :id => nil
  .title
    %span.main= node.send opts[:title]
    - if opts[:level] <= opts[:max_levels]
      %span.reply= link_to t('.reply'), '#'
  .contacts= node.send opts[:contacts_field]
  .content=  raw node.send opts[:content_field]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
the_sortable_tree-1.9.4 app/views/comments/base/_comment.html.haml
the_sortable_tree-1.9.3 app/views/comments/base/_comment.html.haml
the_sortable_tree-1.9.2 app/views/comments/base/_comment.html.haml
the_sortable_tree-1.9.1 app/views/comments/base/_comment.html.haml