switching to :new as index
This commit is contained in:
parent
3ad846fa19
commit
f991d60cc8
2 changed files with 0 additions and 11 deletions
5
main.rb
5
main.rb
|
@ -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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<h1><%= Shorten.service_name %></h1>
|
||||
<ul>
|
||||
<li><a href="http://amdavidson.com">posts➧</a></li>
|
||||
<li><a href="http://twitter.com/amdavidson">tweets➧</a></li>
|
||||
<li><a href="http://flickr.com/photos/amdavidson">photos➧</a></li>
|
||||
</ul>
|
Loading…
Reference in a new issue