Cesy
fc8edb3efa
Merge pull request #177 from Skud/contact
...
added contact link to footer
2013-04-30 00:25:57 -07:00
Skud
58482bfbc9
added contact link to footer
2013-04-29 09:39:30 +10:00
Gary
00573d5d8a
Removed duplicate stylesheet_link_tag
2013-04-24 20:11:21 -04:00
Lilly
6a07b12da1
Swapped "sign up" and "sign in" links on navbar
2013-04-04 12:28:53 +11:00
Skud
da4a86bd2c
Hotfix: don't escape HTML for analytics script
2013-03-29 10:25:28 +11:00
Skud
7f7db12f9f
added analytics tracking code w/ per-env config
2013-03-26 13:23:35 +11:00
Skud
7352d5a8ed
added support/faq page
2013-03-21 22:34:04 +11:00
Skud
51c6ace28c
added new policies for soft launch
2013-03-19 22:16:27 +11:00
Skud
ea96813d7c
make the site/app name (growstuff) a config var
2013-03-19 14:41:54 +11:00
Skud
9210a20be9
Tiny CSS tweak to fix navbar problems
...
When you click "Growstuff" it should take you to the homepage. This was
broken, and only a few pixels to the left of the G were clickable. This
seems to fix it. I hope.
2013-03-18 21:29:53 +11:00
Skud
5bb0926a88
Rockin' it 70s style
2013-03-08 17:17:31 +11:00
Skud
0bb6a68220
Merge branch 'dev' of https://github.com/Growstuff/growstuff into signed-in-homepage
2013-03-05 22:36:55 +11:00
Skud
3c0e467da1
prettified signed-in homepage; tests still needed
2013-03-05 22:20:13 +11:00
Florian Vallen
0b178f765d
fixed-to-top and padding for nicer design
2013-02-28 20:36:47 +11:00
Amy
8597c8ac10
add .collapse class to the header menu to fix the remaining mobile menu issues. See https://www.pivotaltracker.com/story/show/44352329
2013-02-25 10:50:18 -05:00
Miles Gould
16605b82b6
Merge branch "notifications".
2013-02-22 13:40:58 +00:00
Skud
af9c1591ef
added inbox link and count to nav
2013-02-22 17:20:25 +11:00
Skud
2e8867dda7
Add forums to top nav
2013-02-14 13:37:48 +11:00
Skud
1dbed949f6
s/Log in/Sign in/ -- be consistent with devise
2013-02-06 15:56:51 +11:00
Skud
e5d380729e
we more or less have a settings page. doesn't WORK though.
2013-02-06 12:46:45 +11:00
Skud
893d92ac72
Added 'Settings' to top nav
2013-02-06 11:39:03 +11:00
Skud
87f14247e0
modified views to use CanCan
2013-02-01 13:24:32 +11:00
Amy
99540d63b4
Add RSS feed for plantings
2013-01-28 20:23:03 -05:00
Skud
4003234e3e
Fixed responsive HTML by removing duplicate JS
2013-01-26 21:43:57 +11:00
Skud
1503cbddad
Plantings show on members, gardens, and crops pages
...
Created a thumbnail to standardise the display. It's not pretty but it
has the basic info.
2013-01-18 13:40:30 +11:00
Skud
689448f87c
renamed Member.username to login_name
2013-01-13 19:14:46 +11:00
Skud
edb59e07ee
s/users/members/g -- all tests pass
...
There's still probably stuff broken, but this seemed like a good spot to
commit. Sorry for the enormous chunk of code. I was attempting to
update the views, but found that I needed to update a few things
elsewhere as well to make them work.
2013-01-13 18:33:43 +11:00
Skud
dc9b8b8aa9
All spec tests now pass with s/update/post
...
Haven't done a full runthrough of the site yet, so will probably need to
make a few more changes.
2013-01-13 16:33:08 +11:00
Skud
d6d7892513
Plant something link in header
2012-12-21 12:27:46 +11:00
Skud
59083882d6
Merging in changes from dev to mygarden branch
2012-12-05 21:05:40 +11:00
Skud
cd72350e9e
refactor: remove unneeded %div in HAML
2012-12-02 11:59:31 +11:00
Skud
760cf03b2c
Fixed tests by getting rid of valid_session
2012-11-26 19:04:43 +11:00
Maia Sauren
2273e28992
added 'development site' to header
2012-10-25 22:23:22 +11:00
Skud
140852afed
You can now reconfirm using email or username.
...
Also, cleaned up the standard devise links that show up everywhere, removing signup/signin as they duplicate what's in our header.
2012-10-06 14:53:50 +01:00
Skud
66339f9d5e
Merge pull request #23 from federicomenaquintero/dev
...
In the page footer, add a link to the wiki
2012-10-05 11:57:41 -07:00
Federico Mena Quintero
b2c9429ba9
Make the About link in the footer point to the new wiki
...
Signed-off-by: Federico Mena Quintero <federico@gnome.org >
2012-10-02 09:46:32 -05:00
Federico Mena Quintero
b84f4eaed8
In the page footer, add a link to the wiki
...
Signed-off-by: Federico Mena Quintero <federico@gnome.org >
2012-10-02 09:42:40 -05:00
Miles Gould
622ddf620a
Refactor h2s into content_for :title
...
Now the alert and notice are shown below the subtitle, and the browser
title bar tells you something useful.
2012-10-02 11:32:56 +01:00
Miles Gould
ea3067ff36
Replace most of the HTML-in-HAML
...
- We do this by moving code between files such that every tag starts
and ends within a single file. This seems like a good invariant to
maintain from a robustness point-of-view.
- One consequence is that I had to split _header into _meta (metadata -
the HTML head tag) and _header (the visible page header). These
probably aren't the best names.
- I've left some HTML in _meta, on the grounds that it maintains the
file-contains-whole-tag invariant and the HTML code is fractionally
shorter than the HAML required to generate it.
2012-09-18 19:25:18 +01:00
Skud
a959d491e8
added comments to explain mix of HTML and HAML in header/footer fragments
2012-09-17 18:24:49 +01:00
Skud
e2f035265a
oops, don't need that HTML comment there
2012-09-17 18:13:44 +01:00
Skud
7edd3c5fe9
cleaned up interaction of HAML and foundation, broke out a new header fragment
2012-09-17 18:13:16 +01:00
Skud
3f38460273
Merge branch 'haml' of https://github.com/cesy/growstuff into dev
2012-09-16 23:22:10 +01:00
Skud
4f40588435
fixed broken tests (mea culpa)
2012-09-15 11:41:32 +01:00
Skud
ae6ac886a3
Prettified index.html using zurb foundation
2012-09-15 11:17:14 +01:00
Skud
6e0c7cf02c
installed zurb, ran various rails g scripts from http://foundation.zurb.com/docs/gem-install.php#simple2
2012-09-15 11:11:11 +01:00
Miles Gould
5d50bb9823
HAMLify the links in the footer.
2012-09-10 22:49:29 +01:00
Miles Gould
3956d118fa
Port index and application to HAML
2012-09-09 21:26:05 +01:00
Miles Gould
b109bdd0fa
Story 14: links in footer.
2012-09-09 20:32:09 +01:00
Skud
89cb3c276f
added devise and rspec, set up very basic login/signup links on homepage
2012-09-03 10:49:45 +01:00