diff options
author | Louise Crow <louise.crow@gmail.com> | 2016-04-04 14:59:27 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2016-04-06 15:42:42 +0100 |
commit | 4bd2c48f7f1f75d71b3eaed73e3893a2b42b0fee (patch) | |
tree | 88c6e500c615312a3dc2fc988d071a53064a71ec /lib/views/help/about.es.html.erb | |
parent | c596594a6907ea478a3f62a6adfa8688d60412a2 (diff) |
Make code customization commented out examples.
Rather than having them be live code.
Diffstat (limited to 'lib/views/help/about.es.html.erb')
-rw-r--r-- | lib/views/help/about.es.html.erb | 8 |
1 files changed, 0 insertions, 8 deletions
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> |