diff app/views/pastes/new.html.erb @ 26:a8b0775798c3

Added title.
author Edho Arief <edho@myconan.net>
date Mon, 10 Sep 2012 03:49:08 +0700
parents faf30647205e
children b1a816ff0d91
line wrap: on
line diff
--- a/app/views/pastes/new.html.erb	Mon Sep 10 03:48:01 2012 +0700
+++ b/app/views/pastes/new.html.erb	Mon Sep 10 03:49:08 2012 +0700
@@ -1,3 +1,4 @@
+<% provide :title, 'New Paste' %>
 <h1>New Paste</h1>
 
 <%= render 'form' %>