diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index b928d2d..a708373 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -208,7 +208,7 @@ module ApplicationHelper end def design_links - links = desig[ + links = [ [(link_to _('Change template'), :controller => 'profile_editor', :action => 'design_editor_change_template')], [(link_to _('Change block theme'), :controller => 'profile_editor', :action => 'design_editor_change_theme')], [(link_to _('Change icon theme'), :controller => 'profile_editor', :action => 'design_editor_change_icon_theme')], -- libgit2 0.21.2