Sha256: 821111fb28e2b89358c1c685f78f14402c8d97d9baa52eb89472f12b5dfb9206

Contents?: true

Size: 484 Bytes

Versions: 47

Compression:

Stored size: 484 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

= content_for :links 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

47 entries across 47 versions & 1 rubygems

Version Path
wheels-0.1.16 app/views/discussions/show.html.haml
wheels-0.1.15 app/views/discussions/show.html.haml
wheels-0.1.14 app/views/discussions/show.html.haml
wheels-0.1.13 app/views/discussions/show.html.haml
wheels-0.1.12 app/views/discussions/show.html.haml
wheels-0.1.10 app/views/discussions/show.html.haml
wheels-0.1.9 app/views/discussions/show.html.haml
wheels-0.1.8 app/views/discussions/show.html.haml
wheels-0.1.7 app/views/discussions/show.html.haml
wheels-0.1.6 app/views/discussions/show.html.haml
wheels-0.1.5 app/views/discussions/show.html.haml
wheels-0.1.4 app/views/discussions/show.html.haml
wheels-0.1.3 app/views/discussions/show.html.haml
wheels-0.1.2 app/views/discussions/show.html.haml
wheels-0.1.1 app/views/discussions/show.html.haml
wheels-0.1.0 app/views/discussions/show.html.haml
wheels-0.0.49 app/views/discussions/show.html.haml
wheels-0.0.48 app/views/discussions/show.html.haml
wheels-0.0.47 app/views/discussions/show.html.haml
wheels-0.0.46 app/views/discussions/show.html.haml