Skip to content

Commit

Permalink
adding more color to the vieww
Browse files Browse the repository at this point in the history
  • Loading branch information
timmatheson committed May 27, 2009
1 parent fec828d commit fefede6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions lib/unfuddle_notifier.rb
@@ -1,3 +1,7 @@
require 'rubygems'
require 'rack'
include Rack

class UnfuddleNotifier
TEMPLATE_PATH = File.dirname(__FILE__) + "/../views"

Expand Down
4 changes: 2 additions & 2 deletions views/ui/panel.html.erb
@@ -1,3 +1,3 @@
<div id="panel">
Foo
<div id="panel" style="color: #333; background: #AFC2E9;">
Unfuddle Gem: 0 Tickets
</div>

0 comments on commit fefede6

Please sign in to comment.