switching to :new as index

This commit is contained in:
Andrew Davidson 2010-09-14 15:16:50 +08:00
parent 3ad846fa19
commit f991d60cc8
2 changed files with 0 additions and 11 deletions

View file

@ -60,11 +60,6 @@ helpers do
end
get '/' do
@information = show_information
erb :index, :locals => { :type => "main" }
end
get '/new' do
@information = show_information
erb :new, :locals => { :type => "main" }
end

View file

@ -1,6 +0,0 @@
<h1><%= Shorten.service_name %></h1>
<ul>
<li><a href="http://amdavidson.com">posts&#x27a7;</a></li>
<li><a href="http://twitter.com/amdavidson">tweets&#x27a7;</a></li>
<li><a href="http://flickr.com/photos/amdavidson">photos&#x27a7;</a></li>
</ul>