Skip to content

Commit

Permalink
display a feed's owner to users. closes #133
Browse files Browse the repository at this point in the history
  • Loading branch information
zr2d2 committed Jul 14, 2012
1 parent 6f38d28 commit 3bb6132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/submissions/_index_header.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<% @feed.ancestors.reverse.each do |ancestor_feed| %>
<%= link_to ancestor_feed.name, feed_submissions_path(ancestor_feed), :remote => true %> &gt;
<% end %>
<%= @feed.name %>
<%= @feed.name %> (moderated by <%= link_to @feed.group.name, group_path(@feed.group) %>)
</h1>
</div>

0 comments on commit 3bb6132

Please sign in to comment.