aboutsummaryrefslogtreecommitdiffstats
path: root/lib/views
diff options
context:
space:
mode:
Diffstat (limited to 'lib/views')
-rw-r--r--lib/views/general/mycontroller.html.erb7
-rw-r--r--lib/views/help/about.es.html.erb8
-rw-r--r--lib/views/help/help_out.html.erb9
-rw-r--r--lib/views/help/help_out.rhml9
-rw-r--r--lib/views/outgoing_mailer/initial_request.text.erb9
5 files changed, 0 insertions, 42 deletions
diff --git a/lib/views/general/mycontroller.html.erb b/lib/views/general/mycontroller.html.erb
deleted file mode 100644
index ad642d3..0000000
--- a/lib/views/general/mycontroller.html.erb
+++ /dev/null
@@ -1,7 +0,0 @@
-<% @title = "My new controller" %>
-
-<h1>My new controller</h1>
-
-<p>This is a view of a controller that does almost nothing, except output the words <code><%= @say_something %></code></p>
-
-
diff --git a/lib/views/help/about.es.html.erb b/lib/views/help/about.es.html.erb
deleted file mode 100644
index 9588249..0000000
--- a/lib/views/help/about.es.html.erb
+++ /dev/null
@@ -1,8 +0,0 @@
-<% @title = "Sobre" %>
-<%#-*- coding: utf8 -*-%>
-<%= render :partial => 'sidebar' %>
-
-<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/help_out.html.erb b/lib/views/help/help_out.html.erb
deleted file mode 100644
index 6fadca4..0000000
--- a/lib/views/help/help_out.html.erb
+++ /dev/null
@@ -1,9 +0,0 @@
-<% @title = "Help out" %>
-
-<%= render :partial => 'sidebar' %>
-<div id="left_column_flip">
- <h1>Help us!</h1>
-
- <p>This is a custom "help out" page, showing how you can add new pages to Alaveteli from within a theme.</p>
-</div>
-
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>
-
-
diff --git a/lib/views/outgoing_mailer/initial_request.text.erb b/lib/views/outgoing_mailer/initial_request.text.erb
deleted file mode 100644
index f927ad2..0000000
--- a/lib/views/outgoing_mailer/initial_request.text.erb
+++ /dev/null
@@ -1,9 +0,0 @@
-<%= raw @outgoing_message.body.strip %>
-
--------------------------------------------------------------------
-
-<%= _('This is an FOI request done via the {{site_name}} website. This footer has been overriden by the sample Alaveteli theme.', :site_name => site_name) %>
-
-<%= render :partial => 'followup_footer' %>
-
--------------------------------------------------------------------