Skip to content

Commit

Permalink
* Add timestamp to each page for debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
donv committed Jan 8, 2015
1 parent e2fa1c8 commit 9aab2c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/layouts/application.html.erb
Expand Up @@ -5,6 +5,7 @@
<%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
<%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
<%= csrf_meta_tags %>
<meta name="timestamp" content="<%=Time.now.iso8601%>">

<style type="text/css">
body {
Expand Down

0 comments on commit 9aab2c9

Please sign in to comment.