Created
March 21, 2016 17:31
-
-
Save kenyonj/881bcedf21848a74b199 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- cache "surveys_taken", expires_in: 1.hour do | |
div.row | |
div.col-md-10 | |
div.panel-heading | |
h2= t(".surveys_taken.title") | |
small= t(".surveys_taken.updated", time_of_last_update: l(DateTime.now, format: :short)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment