Commit ed4f754155d767f243535068c769c50d49029ee7

Authored by MoisesMachado
1 parent 807a5056

ActionItem111: just a typo


git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@731 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/helpers/application_helper.rb
@@ -208,7 +208,7 @@ module ApplicationHelper @@ -208,7 +208,7 @@ module ApplicationHelper
208 end 208 end
209 209
210 def design_links 210 def design_links
211 - links = desig[ 211 + links = [
212 [(link_to _('Change template'), :controller => 'profile_editor', :action => 'design_editor_change_template')], 212 [(link_to _('Change template'), :controller => 'profile_editor', :action => 'design_editor_change_template')],
213 [(link_to _('Change block theme'), :controller => 'profile_editor', :action => 'design_editor_change_theme')], 213 [(link_to _('Change block theme'), :controller => 'profile_editor', :action => 'design_editor_change_theme')],
214 [(link_to _('Change icon theme'), :controller => 'profile_editor', :action => 'design_editor_change_icon_theme')], 214 [(link_to _('Change icon theme'), :controller => 'profile_editor', :action => 'design_editor_change_icon_theme')],