Sha256: b7870e7a768406c3585a5d5c977e060eee4cce2ba1559fff0c811a34f9936d5e

Contents?: true

Size: 708 Bytes

Versions: 1

Compression:

Stored size: 708 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <b>Title:</b>
  <%= @assignment.title %>
</p>

<p>
  <b>Description:</b>
  <%= @assignment.description %>
</p>

<p>
  <b>Text:</b>
  <%= @assignment.text %>
</p>


<%= link_to 'Edit', edit_assignment_path(@assignment) %> |
<%= link_to 'Back', assignments_path %>

<script type='text/javascript'>
//    $('body').on('loading_comments', '.comments_container', function (e) {
//        console.log('loading_comments');
//    });
//    $('body').on('loaded_comments', '.comments_container', function (e) {
//        console.log('loaded_comments');
//    });
</script>

<%= load_comments_for(@assignment, remote: true) %>
<%#= load_threads_for(@assignment, remote: true) %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
discussion-0.0.1 test/dummy/app/views/assignments/show.html.erb