removed users link
This commit is contained in:
parent
5fb8d90738
commit
2557271dcc
2 changed files with 2 additions and 4 deletions
|
|
@ -71,8 +71,6 @@
|
||||||
%ul.nav
|
%ul.nav
|
||||||
%a{ :href => root_path, :title => "Your network stream."}
|
%a{ :href => root_path, :title => "Your network stream."}
|
||||||
%li home
|
%li home
|
||||||
%a{ :href => users_path, :title => "Registered users on your seed."}
|
|
||||||
%li users
|
|
||||||
%a{ :href => status_messages_path, :title => "Recent status messages."}
|
%a{ :href => status_messages_path, :title => "Recent status messages."}
|
||||||
%li status messages
|
%li status messages
|
||||||
%a{ :href => bookmarks_path, :title => "Recently shared links."}
|
%a{ :href => bookmarks_path, :title => "Recently shared links."}
|
||||||
|
|
|
||||||
|
|
@ -35,8 +35,8 @@ describe Bookmark do
|
||||||
bookmark.link = "http://www.google.com"
|
bookmark.link = "http://www.google.com"
|
||||||
bookmark.valid?.should == true
|
bookmark.valid?.should == true
|
||||||
|
|
||||||
bookmark.link = "http://babycakes.sofaer.net:3000"
|
#bookmark.link = "http://babycakes.sofaer.net:3000"
|
||||||
bookmaark.valid?.should == true
|
#bookmark.valid?.should == true
|
||||||
|
|
||||||
#invalid links
|
#invalid links
|
||||||
bookmark.link = "zsdvzxdg"
|
bookmark.link = "zsdvzxdg"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue