Skip to content

Commit

Permalink
oh yeah, refresh too
Browse files Browse the repository at this point in the history
  • Loading branch information
holman committed Oct 20, 2010
1 parent 79d0d09 commit a198a43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -5,6 +5,7 @@
<%= stylesheet_link_tag :all %>
<%= javascript_include_tag :defaults %>
<%= csrf_meta_tag %>
<%= yield :head %>
</head>
<body>

Expand Down
3 changes: 3 additions & 0 deletions app/views/sessions/queue.html.erb
@@ -1,5 +1,8 @@
<% if @session %>
Cool! You're ready to <a href="facetime://<%= @session.facetime_id %>">start a FaceTime</a>.
<% else %>
<% content_for :head do %>
<meta http-equiv="refresh" content="4">
<% end %>
<p>Waiting to FaceTime you up. We'll let you know when we have someone for you.</p>
<% end %>

0 comments on commit a198a43

Please sign in to comment.