mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-11 09:17:20 -04:00
Fix icons
This commit is contained in:
@@ -11,11 +11,11 @@
|
||||
%p
|
||||
- if current_member.plantings.active.any?
|
||||
= link_to member_path(current_member), class: 'btn btn-dark' do
|
||||
= image_icon 'plantings'
|
||||
= planting_icon
|
||||
Track my plantings
|
||||
%p
|
||||
= link_to member_gardens_path(current_member), class: 'btn btn-dark' do
|
||||
= image_icon 'gardens'
|
||||
= garden_icon
|
||||
Show me my garden
|
||||
- else
|
||||
.hidden-xs
|
||||
|
||||
Reference in New Issue
Block a user