summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2010-12-01 00:18:06 -0700
committerBen Beltran <ben@nsovocal.com>2010-12-01 00:18:06 -0700
commit5573b3c2672a04d58a91ce1c74f9c543e14fb423 (patch)
tree89f6333c33044c69ec1a96f2cfe2240d36e2f7cf /views
parenta7ac2194708c39f02fa20ad4edff78fc4f24ea91 (diff)
Gemfile.lock y nuevas revisiones.
yadda yadda yadda.
Diffstat (limited to 'views')
-rw-r--r--views/error.haml2
-rw-r--r--views/grito.haml8
-rw-r--r--views/index.haml16
3 files changed, 18 insertions, 8 deletions
diff --git a/views/error.haml b/views/error.haml
new file mode 100644
index 0000000..7de3a5b
--- /dev/null
+++ b/views/error.haml
@@ -0,0 +1,2 @@
+%h1 ERROR
+%p Un error ha ocurrido. Revisa que la página esté bien escrita. \ No newline at end of file
diff --git a/views/grito.haml b/views/grito.haml
new file mode 100644
index 0000000..a8e5eb5
--- /dev/null
+++ b/views/grito.haml
@@ -0,0 +1,8 @@
+%h1 The Sorrows of Young Werther
+%p
+ :markdown
+ A **wonderful serenity** has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.
+
+ I am so happy, *my dear friend*, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.
+
+ When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, \ No newline at end of file
diff --git a/views/index.haml b/views/index.haml
index a8e5eb5..742418d 100644
--- a/views/index.haml
+++ b/views/index.haml
@@ -1,8 +1,8 @@
-%h1 The Sorrows of Young Werther
-%p
- :markdown
- A **wonderful serenity** has taken possession of my entire soul, like these sweet mornings of spring which I enjoy with my whole heart. I am alone, and feel the charm of existence in this spot, which was created for the bliss of souls like mine.
-
- I am so happy, *my dear friend*, so absorbed in the exquisite sense of mere tranquil existence, that I neglect my talents. I should be incapable of drawing a single stroke at the present moment; and yet I feel that I never was a greater artist than now.
-
- When, while the lovely valley teems with vapour around me, and the meridian sun strikes the upper surface of the impenetrable foliage of my trees, and but a few stray gleams steal into the inner sanctuary, I throw myself down among the tall grass by the trickling stream; and, as I lie close to the earth, a thousand unknown plants are noticed by me: when I hear the buzz of the little world among the stalks, and grow familiar with the countless indescribable forms of the insects and flies, then I feel the presence of the Almighty, who formed us in his own image, \ No newline at end of file
+%form{:method => 'post', :action => '/'}
+ %h1 Título
+ %input{:type => 'text', :name => 'title', :class => 'title'}
+ %br
+ %h1 Texto
+ %textarea{:name => 'text', :class => 'text', :cols => '100'}
+ %br
+ %input{:type => 'submit', :value => 'Gritalo!'} \ No newline at end of file