Skip to content

Commit 59db304

Browse files
committed
use settings_engine.themes_path for themes' url
1 parent 15c9616 commit 59db304

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/040-apps/app/views/apps/_is_installed.html.slim

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
div.app-url= link_to(app.plugin.name, app.plugin.path, :target => '_blank')
2626

2727
- if app.theme
28-
div.app-url= link_to(t('manage_themes'), app.full_url)
28+
div.app-url= link_to(t('manage_themes'), settings_engine.themes_path)
2929

3030
- if app.webapp
3131
= render 'in_dashboard', :app => app

0 commit comments

Comments
 (0)