Remove snippet expiration date from UI
This commit is contained in:
parent
ced4a37a18
commit
05c38ab8e0
1 changed files with 0 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue