prettify tagsub names

This commit is contained in:
albert
2013-02-22 14:22:56 -05:00
parent 358b2383f1
commit 127c0874fc
3 changed files with 6 additions and 4 deletions

View File

@@ -34,7 +34,7 @@
<h2>Subscriptions</h2>
<% @presenter.subscriptions.each do |subscription| %>
<div class="box">
<h3><%= link_to subscription.name, posts_path(:tags => "sub:#{@user.name}:#{subscription.name}") %></h3>
<h3><%= link_to subscription.pretty_name, posts_path(:tags => "sub:#{@user.name}:#{subscription.name}") %></h3>
<div>
<% @presenter.posts_for_subscription(subscription).each do |post| %>