diff options
author | Louise Crow <louise.crow@gmail.com> | 2014-09-24 08:58:53 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-09-24 08:58:53 +0100 |
commit | 100470a5c13ea159e2c2d739a6e9f0bebce6f449 (patch) | |
tree | d1e6fca7849d4930c643dba88d79e54cda89a32b /lib/views/help | |
parent | 0ef7788e72a737e71bc3095ad32834b60c6876ba (diff) | |
parent | eeaa91fecfb4a2253bf9c294bc8907dbe595dafb (diff) |
Merge branch 'develop'
Diffstat (limited to 'lib/views/help')
-rw-r--r-- | lib/views/help/_why_they_should_reply_by_email.html.erb | 3 | ||||
-rw-r--r-- | lib/views/help/help_out.rhml | 9 |
2 files changed, 3 insertions, 9 deletions
diff --git a/lib/views/help/_why_they_should_reply_by_email.html.erb b/lib/views/help/_why_they_should_reply_by_email.html.erb new file mode 100644 index 0000000..faaa2b2 --- /dev/null +++ b/lib/views/help/_why_they_should_reply_by_email.html.erb @@ -0,0 +1,3 @@ +The law, the Ministry of Justice and the Information Commissioner all say that an email is sufficient (<a href="<%= help_page_url %>#full_address">more details</a>). + +At the bottom of this page, write a reply to the authority explaining this to them. diff --git a/lib/views/help/help_out.rhml b/lib/views/help/help_out.rhml deleted file mode 100644 index 6744a27..0000000 --- a/lib/views/help/help_out.rhml +++ /dev/null @@ -1,9 +0,0 @@ -<% @title = "Help out" %> - -<%= render :partial => 'sidebar' %> - -<h1>Help us!</h1> - -<p>This is a custom "help out" page, showing how you can add new pages to Alaveteli from a theme. There's no navigation to it, though! You'd need to add that in your own custom <code>_sidebar.rhtml</code></p> - - |