Commit 05c38ab8 authored by Robert Schilling's avatar Robert Schilling

Remove snippet expiration date from UI

parent ced4a37a
...@@ -5,13 +5,6 @@ ...@@ -5,13 +5,6 @@
%span.cgray.monospace.tiny.pull-right %span.cgray.monospace.tiny.pull-right
= snippet.file_name = 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-info
= "##{snippet.id}" = "##{snippet.id}"
%span %span
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment