fix tag stream, no comments for now, but coming soon
This commit is contained in:
parent
34f82d8bc1
commit
81e04a11fe
3 changed files with 3 additions and 3 deletions
|
|
@ -9,6 +9,7 @@ class TagFollowingsController < ApplicationController
|
|||
before_filter :save_sort_order, :only => :index
|
||||
|
||||
def index
|
||||
@commenting_disabled = true
|
||||
@stream = TagStream.new(current_user, :max_time => params[:max_time], :order => sort_order)
|
||||
if params[:only_posts]
|
||||
render :partial => 'shared/stream', :locals => {:posts => @stream.posts}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
%ul#aspect_nav.left_nav
|
||||
%li.all_aspects{:class => ("active" if params["set"] != "all" && params["set"] != "only_sharing" && !@featured && !@finder)}
|
||||
.root_element= t('aspects.index.your_aspects')
|
||||
.root_element= link_to t('aspects.index.your_aspects'), aspects_path
|
||||
|
||||
%ul.sub_nav
|
||||
%a.toggle_selector{:href => '#'}
|
||||
|
|
|
|||
|
|
@ -5,8 +5,7 @@
|
|||
- if user_signed_in?
|
||||
%ul.left_nav
|
||||
%li
|
||||
-# %b=link_to t('aspects.index.tags_following'), tag_followings_path, :class => 'home_selector'
|
||||
%b=t('aspects.index.tags_following')
|
||||
%b=link_to t('aspects.index.tags_following'), tag_followings_path, :class => 'home_selector'
|
||||
|
||||
%ul.sub_nav
|
||||
- if tags.size > 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue