Sha256: 6844bb554d87adb7a170f2702ab58b44043d1171b5434862c039c76530b61c17

Contents?: true

Size: 486 Bytes

Versions: 8

Compression:

Stored size: 486 Bytes

Contents

- b.discussion id: "discussion_id", class: "discussion_class" do |o|
  - o.name "3 comments"
  - o.controls "<a href='#'>comment</a>"
  - o.content do
    - 3.times do |i|
      - b.comment id: 'comment_id', class: 'comment_class' do |o|
        - o.details samples.comment_details
        - o.owner link_to("admin", '#')
        - o.avatar image_tag(url_for("/static/demo/images/img1_icon.jpg")) unless i == 1
        - o.text samples.comment_text
        - o.controls samples.controls

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rad_common_interface-0.0.14 app/views/rad/face/demo/shared/_comments.html.haml
rad_common_interface-0.0.13 app/views/rad/face/demo/shared/_comments.html.haml
rad_common_interface-0.0.12 app/views/rad/face/demo/shared/_comments.html.haml
rad_common_interface-0.0.11 app/views/rad/face/demo/shared/_comments.html.haml
rad_common_interface-0.0.10 app/views/rad/face/demo/shared/_comments.html.haml
rad_common_interface-0.0.9 app/views/rad/face/demo/shared/_comments.html.haml
rad_common_interface-0.0.8 app/views/rad/face/demo/shared/_comments.html.haml
rad_common_interface-0.0.7 app/views/rad/face/demo/shared/_comments.html.haml