Sha256: 9dddc6d6d416298ee954f30fa841841ccf41a9f1aee15541c9c0779b8f84db6b

Contents?: true

Size: 481 Bytes

Versions: 12

Compression:

Stored size: 481 Bytes

Contents

%h2 #{@forum.name} > #{@discussion.subject}

%ul
  - for message in @discussion.forum_messages
    %li
      .named_box
        .box_title
          Posted By #{message.author.email} on #{message.updated_at}
        .box_content!= message.message

= sidebar_content do
  %ul
    - if can? :create, Discussion, :forum_id=>@forum.id
      %li= link_to "Reply to this discussion", new_forum_discussion_forum_message_path(@forum, @discussion)
    %li= link_to 'Back to Forum', @forum

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wheels-0.1.30 app/views/discussions/show.html.haml
wheels-0.1.28 app/views/discussions/show.html.haml
wheels-0.1.27 app/views/discussions/show.html.haml
wheels-0.1.25 app/views/discussions/show.html.haml
wheels-0.1.24 app/views/discussions/show.html.haml
wheels-0.1.23 app/views/discussions/show.html.haml
wheels-0.1.22 app/views/discussions/show.html.haml
wheels-0.1.21 app/views/discussions/show.html.haml
wheels-0.1.20 app/views/discussions/show.html.haml
wheels-0.1.19 app/views/discussions/show.html.haml
wheels-0.1.18 app/views/discussions/show.html.haml
wheels-0.1.17 app/views/discussions/show.html.haml