Skip to content
This repository has been archived by the owner on May 11, 2021. It is now read-only.

v0.2.5 #14

Merged
merged 6 commits into from Feb 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/views/playbacks/pending.html.erb
Expand Up @@ -6,6 +6,7 @@
<tr>
<th>Organisation Name</th>
<th>No. of comments</th>
<th>Source</th>
<th></th>
</tr>
</thead>
Expand All @@ -15,6 +16,7 @@
<tr>
<td><%= playback.organisation_name %> <small>by <%= playback.author_name %></small></td>
<td><%= playback.comments_count %></td>
<td><%= playback.source %></td>
<td><%= link_to 'View', playback %></td>
</tr>
<% end %>
Expand Down