Skip to content

Commit

Permalink
refresh partial refactored
Browse files Browse the repository at this point in the history
  • Loading branch information
karhatsu committed Mar 20, 2011
1 parent 70b21da commit 55356ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/shared/_refresh.html.erb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<% if yield(:refresh) != '' %>
<meta http-equiv="Refresh" content="<%= yield(:refresh) != '' ? yield(:refresh) : 60 %>" >
<meta http-equiv="Refresh" content="<%= yield(:refresh) %>"/>
<% end %>

0 comments on commit 55356ab

Please sign in to comment.