Skip to content

Commit

Permalink
Timelines: set @layout to "timeline".
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpovolny committed Apr 23, 2018
1 parent a045b6e commit 48c8ece
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/controllers/mixins/more_show_actions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ module Mixins
module MoreShowActions
def show_timeline
@showtype = "timeline"
@layout = 'timeline'
session[:tl_record_id] = params[:id] if params[:id]
@lastaction = "show_timeline"
@timeline = @timeline_filter = true
Expand Down

0 comments on commit 48c8ece

Please sign in to comment.