From 7f0e18772414d114ed8afce00c1c546d36cbc9e7 Mon Sep 17 00:00:00 2001 From: macournoyer Date: Sat, 3 Jan 2009 15:48:44 -0500 Subject: [PATCH] Add hostingrails to users page --- site/thin.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/site/thin.rb b/site/thin.rb index ffeafa72..85715085 100644 --- a/site/thin.rb +++ b/site/thin.rb @@ -187,6 +187,7 @@ def users_page p "Who's using Thin ?" ul do + li { a 'HostingRails', :href => 'http://www.hostingrails.com/mongrel_and_thin_hosting' } li { a 'RefactorMyCode.com', :href => 'http://refactormycode.com/' } li { a "Standout Jobs", :href => 'http://standoutjobs.com/'} li { a "Kevin Williams Blog", :href => 'http://www.almostserio.us/articles/tag/thin' }