mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 17:24:50 -04:00
Fixed link in global actions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
- if signed_in?
|
||||
.global-actions.pull-right
|
||||
.btn-group
|
||||
= link_to gardens_by_owner_path(owner: current_member.slug), class: 'btn btn-default' do
|
||||
= link_to member_gardens_path(current_member), class: 'btn btn-default' do
|
||||
= garden_icon
|
||||
= t('links.my_gardens')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user