Skip to content

Instantly share code, notes, and snippets.

@benphelps
Last active August 29, 2015 13:57
Show Gist options
  • Save benphelps/9729274 to your computer and use it in GitHub Desktop.
Save benphelps/9729274 to your computer and use it in GitHub Desktop.
- if @sessions.count == 0
%tr
%td.secondary{colspan: 2} You have no sessions.
- @sessions.each do |session|
%tr
%td= session.ip_address
%td= session.expires.to_s(:distance)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment