Skip to content

Commit

Permalink
Little update
Browse files Browse the repository at this point in the history
  • Loading branch information
Oldrich Vetesnik committed Mar 8, 2012
1 parent 5e1a829 commit 6ec6cdb
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ GEM
sass (~> 3.1)
fssm (0.2.8.1)
haml (3.1.4)
httparty (0.8.1)
multi_json
multi_xml
method_source (0.7.1)
multi_json (1.1.0)
multi_xml (0.4.1)
pry (0.9.8.4)
coderay (~> 1.0.5)
method_source (~> 0.7.1)
Expand All @@ -33,6 +38,7 @@ PLATFORMS
DEPENDENCIES
compass
haml
httparty
pry
sass
shotgun
Expand Down
8 changes: 8 additions & 0 deletions views/index.haml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@
%p Fluid Grid System Based on 960 Grid System (<a href="http://960.gs/">http://960.gs/</a>) by Nathan Smith. Supports infinite nesting.
.clear

.grid.grid_4
.content
%h3
%a{ :href => 'https://github.com/ollie/whereisit ' } Where Is It?
%small
%a{ :href => 'https://github.com/ollie/whereisit' } Source code
%p A simple Rails app for keeping track of projects with tags and ajax goodies. I often forget where what is so now I will know.

.grid.grid_4
.content
%h3
Expand Down

0 comments on commit 6ec6cdb

Please sign in to comment.