Skip to content

Commit

Permalink
Fixed business#index. Added link for more PINTS
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Linquist committed Oct 17, 2010
1 parent 68396e8 commit 432d84c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/businesses/index.html.haml
Expand Up @@ -5,7 +5,7 @@
.container_header
%h3 Locations
%p
Currently, this service is only available at bars in the Bend, OR area.
Currently, this service is only available at bars in the Bend, OR area.
%p
We are adding locations continuously though so please check back for updates regularly.
#map_canvas{:style=>'height: 76%;'}
4 changes: 3 additions & 1 deletion app/views/pints/confirm.html.haml
Expand Up @@ -4,4 +4,6 @@
.container_box
.container_header
%h3 Pint Sent!
%p Thanks for sending #{@order.user.screen_name} a pint! We have dispatched a notice to them on how to get their beer!
%p Thanks for sending #{@order.user.screen_name} a pint! We have dispatched a notice to them on how to get their beer!
.spacer
%p.align_right= link_to "Get more pints!", home_index_path, :class => "button blue"

0 comments on commit 432d84c

Please sign in to comment.