Remove snippet expiration date from UI

This commit is contained in:
Robert Schilling 2014-01-25 09:04:33 +01:00
parent ced4a37a18
commit 05c38ab8e0

View file

@ -5,13 +5,6 @@
%span.cgray.monospace.tiny.pull-right
= snippet.file_name
%small.pull-right.cgray
Expires:
- if snippet.expires_at
= snippet.expires_at.to_date.to_s(:short)
- else
Never
.snippet-info
= "##{snippet.id}"
%span