This commit is contained in:
Torsten 2023-01-14 15:36:20 +02:00
parent c037cf8311
commit 045eab97ca
2 changed files with 5 additions and 4 deletions

View File

@ -4,6 +4,7 @@
Forum
%a.block.rounded-lg.px-4.py-2.text-sm.text-gray-500.hover:bg-gray-50.hover:text-gray-700{:href => main_app.member_path(current_member), :role => "menuitem"}
Profile
- unless Rails.env.production?
- if current_member.admin?
%a.block.rounded-lg.px-4.py-2.text-sm.text-gray-500.hover:bg-gray-50.hover:text-gray-700{:href => merged.pages_path(), :role => "menuitem"}
CMS

View File

@ -55,8 +55,8 @@ task :deploy do
invoke :'deploy:link_shared_paths'
invoke :'bundle:install'
invoke :'rails:assets_precompile'
invoke :'deploy:cleanup'
invoke :'rails:db_migrate'
invoke :'deploy:cleanup'
on :launch do
in_path(fetch(:current_path)) do