<%= render :partial => "render_scene",:locals=>{:squares=>@squares} %>
<%= start_bubble_wrap("light_blue","black","nohome") %>

Stuff that has no home in the interface yet:
Inventory Messages Game Stats
Revision 271 notes.

Latest from Michael
<% if @god_message %> <%= @god_message.message %> <% end %>

<% if @user %>

Currently playing with <%= number_with_delimiter(@user.class.currently_playing) %> other users.

<% end %> <%= end_bubble_wrap("light_blue","black") %>