mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-02-02 13:41:00 -05:00
Fix: @owner -> owner in harvests_title
This commit is contained in:
@@ -33,7 +33,7 @@ module HarvestsHelper
|
||||
end
|
||||
|
||||
def harvests_title(owner, crop)
|
||||
if @owner
|
||||
if owner
|
||||
t('.title.owner_harvests', owner: owner.login_name)
|
||||
elsif crop
|
||||
t('.title.crop_harvests', crop: crop.name)
|
||||
|
||||
Reference in New Issue
Block a user