Change terms and privacy policy pages to always be accessible (#11334)

Fix #11328
このコミットが含まれているのは:
Eugen Rochko 2019-07-17 19:29:37 +02:00
コミット 227c561064
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -5,6 +5,8 @@ class AboutController < ApplicationController
before_action :set_instance_presenter, only: [:show, :more, :terms]
skip_before_action :check_user_permissions, only: [:more, :terms]
def show
@hide_navbar = true
end