From 4899ae188f728bfd77b6db950fd5a1e3180c7be8 Mon Sep 17 00:00:00 2001 From: Seb Bacon Date: Mon, 30 Jan 2012 13:19:22 +0000 Subject: Create stubs for the various points where a user might want to customise Alaveteli via their theme, as per suggestions by @dcabo on [the mailing list](http://groups.google.com/group/alaveteli-dev/msg/f50eba23f75b5c75) --- lib/views/general/mycontroller.rhtml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lib/views/general/mycontroller.rhtml (limited to 'lib/views/general/mycontroller.rhtml') diff --git a/lib/views/general/mycontroller.rhtml b/lib/views/general/mycontroller.rhtml new file mode 100644 index 0000000..ad642d3 --- /dev/null +++ b/lib/views/general/mycontroller.rhtml @@ -0,0 +1,7 @@ +<% @title = "My new controller" %> + +

My new controller

+ +

This is a view of a controller that does almost nothing, except output the words <%= @say_something %>

+ + -- cgit v1.2.3