From a0e81b45703b7da472681296e9a9cb8228001d91 Mon Sep 17 00:00:00 2001 From: Skud Date: Mon, 2 Sep 2013 11:04:49 +1000 Subject: [PATCH] Added explanatory text to the top of the crops/seeds pages --- app/views/crops/index.html.haml | 5 +++++ app/views/seeds/index.html.haml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/app/views/crops/index.html.haml b/app/views/crops/index.html.haml index 43e093576..463d662c5 100644 --- a/app/views/crops/index.html.haml +++ b/app/views/crops/index.html.haml @@ -1,5 +1,10 @@ - content_for :title, "Crops" +%p + #{Growstuff::Application.config.site_name} tracks who's growing what, where. + View any crop page to see which of our members have planted it and find + information on how to grow it yourself. + %div.pagination = page_entries_info @crops, :model => "crops" = will_paginate @crops diff --git a/app/views/seeds/index.html.haml b/app/views/seeds/index.html.haml index e87ce2eaf..6f62b07a7 100644 --- a/app/views/seeds/index.html.haml +++ b/app/views/seeds/index.html.haml @@ -1,5 +1,9 @@ - content_for :title, @owner ? "#{@owner}'s seeds" : "Everyone's seeds" +%p + #{Growstuff::Application.config.site_name} helps you track your seed + stash or trade seeds with other members. + %p - if can? :create, Seed - if @owner