mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 13:38:24 -04:00
fixed typo
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
= link_to 'tell us more.', edit_garden_path(g)
|
||||
|
||||
|
||||
- if !g.photos.empyy? || (can?(:edit, g) && can?(:create, Photo))
|
||||
- if !g.photos.empty? || (can?(:edit, g) && can?(:create, Photo))
|
||||
.row
|
||||
%h3 Photos
|
||||
%p= localize_plural(g.photos, Photo)
|
||||
|
||||
Reference in New Issue
Block a user