We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15c9616 commit 59db304Copy full SHA for 59db304
plugins/040-apps/app/views/apps/_is_installed.html.slim
@@ -25,7 +25,7 @@
25
div.app-url= link_to(app.plugin.name, app.plugin.path, :target => '_blank')
26
27
- if app.theme
28
- div.app-url= link_to(t('manage_themes'), app.full_url)
+ div.app-url= link_to(t('manage_themes'), settings_engine.themes_path)
29
30
- if app.webapp
31
= render 'in_dashboard', :app => app
0 commit comments