diff options
author | David Cabo <david@calibea.com> | 2011-08-23 12:00:17 +0200 |
---|---|---|
committer | David Cabo <david@calibea.com> | 2011-08-23 12:00:17 +0200 |
commit | c694aebb4c31c2004cbaba45f387e0403c6d4d67 (patch) | |
tree | 167cf432d067271e27c2dc6684ff9b4486283bad | |
parent | 0782943d077e6b927c958f733d6ad734c5a8a72b (diff) |
Fix start button in homepage
-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..a188e7359 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="/select_authority"><img alt="Start-button" src="/images/start-button.png?1314013338"></a> </div> </div> |