diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-08-23 08:08:56 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-08-23 08:08:56 +0100 |
commit | faabb4c5d37dc5c5bf1dd7f0ce877c8c7aa29c3a (patch) | |
tree | 83b9f47541ca08ba36a202f1447b74537c533a06 | |
parent | 88b9e2c08526983fcf5985fdd2fcdf420f45f51c (diff) |
Quick fix to get homepage working for now
-rw-r--r-- | app/views/general/frontpage.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index 6294e4353..959ccd8c6 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -9,7 +9,7 @@ <div id="bighand"> Make a new <strong>Freedom of Information</strong> request <br /> - <a href="http://127.0.0.1:3000/en/new/tgq"><img alt="Start-button" src="http://127.0.0.1:3000/images/start-button.png?1314013338"></a> + <a href="/en/new/tgq"><%= image_tag('start-button.png') %></a> </div> </div> |