diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2011-01-13 17:50:04 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2011-03-10 10:03:44 +0000 |
commit | 2fed6700ce73b227d77476acce7ca9eb45390a66 (patch) | |
tree | 0852efba1d63724e051d0a8156e066591dac0441 | |
parent | affcda0b92f614b6b0a1cb55a55e7be75b77f81c (diff) |
example localised static page
-rw-r--r-- | app/views/help/about.es.rhtml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/help/about.es.rhtml b/app/views/help/about.es.rhtml new file mode 100644 index 000000000..721a582aa --- /dev/null +++ b/app/views/help/about.es.rhtml @@ -0,0 +1,10 @@ +<% @title = "Sobre" %> + +<%= render :partial => 'sidebar' %> + +<h1>¡Bonjiorno amis!</h1> + +<p>Esta sito tu aidare a faire los requesti a la governmenti Seblano</p> + +<div id="hash_link_padding"></div> + |