removed users link

This commit is contained in:
ilya 2010-06-25 21:57:18 -04:00
parent 5fb8d90738
commit 2557271dcc
2 changed files with 2 additions and 4 deletions

View file

@ -71,8 +71,6 @@
%ul.nav
%a{ :href => root_path, :title => "Your network stream."}
%li home
%a{ :href => users_path, :title => "Registered users on your seed."}
%li users
%a{ :href => status_messages_path, :title => "Recent status messages."}
%li status messages
%a{ :href => bookmarks_path, :title => "Recently shared links."}

View file

@ -35,8 +35,8 @@ describe Bookmark do
bookmark.link = "http://www.google.com"
bookmark.valid?.should == true
bookmark.link = "http://babycakes.sofaer.net:3000"
bookmaark.valid?.should == true
#bookmark.link = "http://babycakes.sofaer.net:3000"
#bookmark.valid?.should == true
#invalid links
bookmark.link = "zsdvzxdg"