diff options
Diffstat (limited to 'app/views/general')
-rw-r--r-- | app/views/general/_orglink.rhtml | 2 | ||||
-rw-r--r-- | app/views/general/frontpage.rhtml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/general/_orglink.rhtml b/app/views/general/_orglink.rhtml index 20d0d6ce4..7d74dbaac 100644 --- a/app/views/general/_orglink.rhtml +++ b/app/views/general/_orglink.rhtml @@ -1,2 +1,2 @@ <%-# Put the link to your organisation here, or leave blank -%> -<a href="http://www.alaveteli.org">an Alaveteli site</a> +<%= link_to image_tag('logo.png'), frontpage_url, :id=>'logo' %> diff --git a/app/views/general/frontpage.rhtml b/app/views/general/frontpage.rhtml index 3b1088411..55b00b753 100644 --- a/app/views/general/frontpage.rhtml +++ b/app/views/general/frontpage.rhtml @@ -7,7 +7,7 @@ Information<br/> request</strong>") %> </h1> - <a class="link_button_green_large" href="/en/new/tgq"><%= _("Start now »") %></a> + <a class="link_button_green_large" href="/select_authority"><%= _("Start now »") %></a> </div> <div id="right_column"> <div id="frontpage_search_box"> |