[Git][noosfero/noosfero][master] responsive: Fix profile url

Bráulio Bhavamitra gitlab at mg.gitlab.com
Wed Jun 29 15:10:43 BRT 2016


Bráulio Bhavamitra pushed to branch master at Noosfero / noosfero


Commits:
38fbfe9d by Braulio Bhavamitra at 2016-06-29T15:09:56-03:00
responsive: Fix profile url

- - - - -


1 changed file:

- plugins/responsive/views/layouts/_usermenu_logged_in.html.slim


Changes:

=====================================
plugins/responsive/views/layouts/_usermenu_logged_in.html.slim
=====================================
--- a/plugins/responsive/views/layouts/_usermenu_logged_in.html.slim
+++ b/plugins/responsive/views/layouts/_usermenu_logged_in.html.slim
@@ -10,7 +10,7 @@ li.dropdown
 
   ul class='dropdown-menu' role='menu'
     li
-      = link_to user.public_profile_url, id: "homepage-link", title: _('Go to your homepage')
+      = link_to user.url, id: 'homepage-link', title: _('Go to your homepage')
         span class='icon-person' = _('Profile')
     li.divider
 



View it on GitLab: https://gitlab.com/noosfero/noosfero/commit/38fbfe9d3331599c7be0bca627ccc49cfc03248b
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20160629/b86247c1/attachment.html>


More information about the Noosfero-dev mailing list