diff options
-rw-r--r-- | lib/views/help/about.es.rhtml | 8 | ||||
-rw-r--r-- | lib/views/help/about.rhtml | 6 | ||||
-rw-r--r-- | lib/views/help/api.rhtml | 3 | ||||
-rw-r--r-- | lib/views/help/credits.rhtml | 2 | ||||
-rw-r--r-- | lib/views/help/officers.rhtml | 2 | ||||
-rw-r--r-- | lib/views/help/privacy.rhtml | 2 | ||||
-rw-r--r-- | lib/views/help/requesting.rhtml | 3 |
7 files changed, 17 insertions, 9 deletions
diff --git a/lib/views/help/about.es.rhtml b/lib/views/help/about.es.rhtml index 2123dfa..9588249 100644 --- a/lib/views/help/about.es.rhtml +++ b/lib/views/help/about.es.rhtml @@ -2,7 +2,7 @@ <%#-*- coding: utf8 -*-%> <%= render :partial => 'sidebar' %> -<h1>¡Bonjiorno amis!</h1> - -<p>Esta sito tu aidare a faire los requestio</p> - +<div id="left_column_flip"> + <h1>¡Bonjiorno amis!</h1> + <p>Esta sito tu aidare a faire los requestio</p> +</div> diff --git a/lib/views/help/about.rhtml b/lib/views/help/about.rhtml index 1868910..b68ff99 100644 --- a/lib/views/help/about.rhtml +++ b/lib/views/help/about.rhtml @@ -2,8 +2,8 @@ <%= render :partial => 'sidebar' %> -<h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> - -<p>This is a custom "about" page</p> +<div id="left_column_flip"> + <h1 id="introduction">Introduction to WhatDoTheyKnow <a href="#introduction">#</a> </h1> <p>This is a custom "about" page</p> +</div> diff --git a/lib/views/help/api.rhtml b/lib/views/help/api.rhtml index 6f27cf9..a21f450 100644 --- a/lib/views/help/api.rhtml +++ b/lib/views/help/api.rhtml @@ -2,6 +2,7 @@ <%= render :partial => 'sidebar' %> +<div id="left_column_flip"> <h1><%=@title %></h1> <h2> Introduction </h2> @@ -79,4 +80,4 @@ very much a work in progress, and we do add things when people ask us to.</p> <div id="hash_link_padding"></div> - +</div> diff --git a/lib/views/help/credits.rhtml b/lib/views/help/credits.rhtml index ce7b5f1..08405da 100644 --- a/lib/views/help/credits.rhtml +++ b/lib/views/help/credits.rhtml @@ -1,6 +1,7 @@ <% @title = "Credit where credit is due" %> <%= render :partial => 'sidebar' %> +<div id="left_column_flip"> <h1 id="credits"><%= @title%> <a href="#credits">#</a> </h1> @@ -88,3 +89,4 @@ You're all stars. <div id="hash_link_padding"></div> +</div> diff --git a/lib/views/help/officers.rhtml b/lib/views/help/officers.rhtml index 3b20ca3..9d2bfd2 100644 --- a/lib/views/help/officers.rhtml +++ b/lib/views/help/officers.rhtml @@ -1,6 +1,7 @@ <% @title = "FOI officer questions" %> <%= render :partial => 'sidebar' %> +<div id="left_column_flip"> <h1 id="officers"><%= @title %> <a href="#officers">#</a> </h1> @@ -243,3 +244,4 @@ requests, and for good public relations, we'd advise you not to do that. <div id="hash_link_padding"></div> +</div> diff --git a/lib/views/help/privacy.rhtml b/lib/views/help/privacy.rhtml index 0014271..16fadd6 100644 --- a/lib/views/help/privacy.rhtml +++ b/lib/views/help/privacy.rhtml @@ -2,6 +2,7 @@ <%= render :partial => 'sidebar' %> +<div id="left_column_flip"> <h1 id="privacy"><%= @title %> <a href="#privacy">#</a> </h1> <dl> @@ -182,3 +183,4 @@ that authorities resend these with the personal information removed.</p> <div id="hash_link_padding"></div> +</div> diff --git a/lib/views/help/requesting.rhtml b/lib/views/help/requesting.rhtml index 034bb31..4b6a55f 100644 --- a/lib/views/help/requesting.rhtml +++ b/lib/views/help/requesting.rhtml @@ -1,6 +1,7 @@ <% @title = "Making requests" %> <%= render :partial => 'sidebar' %> +<div id="left_column_flip"> <h1 id="making_requests"><%= @title %> <a href="#making_requests">#</a> </h1> <dl> @@ -282,4 +283,4 @@ Post a link to a suitable forum or campaign site elsewhere.</p> <div id="hash_link_padding"></div> - +</div> |