Skip to content

Commit

Permalink
use settings_engine.themes_path for themes' url
Browse files Browse the repository at this point in the history
  • Loading branch information
cpg committed May 22, 2014
1 parent 15c9616 commit 59db304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/040-apps/app/views/apps/_is_installed.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
div.app-url= link_to(app.plugin.name, app.plugin.path, :target => '_blank')

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

- if app.webapp
= render 'in_dashboard', :app => app
Expand Down

0 comments on commit 59db304

Please sign in to comment.