Skip to content

Commit

Permalink
another layout tweek. a little more inviting
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Gorsuch committed Nov 19, 2009
1 parent 5d49330 commit 63e7daa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cushion.rb
Expand Up @@ -11,6 +11,6 @@
get "/" do
@tweets = Tweet.find(:all, :order => 'twitter_id DESC')
@minutes = Tweet.sum("minutes")
@title = "One Cushion - #{@minutes} minutes of meditaiton logged."
@title = "One Cushion"
erb :index
end
2 changes: 1 addition & 1 deletion views/index.erb
@@ -1,4 +1,4 @@
<h2>Sit. Tweet. Reflect.</h2>
<h2><%=@minutes%> minutes of meditation recorded. Add to the pool!</h2>
<p>One Cushion is a simple support tool for people who choose to spend time in meditation. We ride on top of Twitter to make it easy.</p>
Expand Down

0 comments on commit 63e7daa

Please sign in to comment.