Commit 1eccec17137b3c1db1c0985a12665ea717f9274e

Authored by Dmitriy Zaporozhets
2 parents 11ea009e 05c38ab8

Merge pull request #6158 from Razer6/remove_snippet_expiaration_date

Remove snippet expiration date from UI
app/views/projects/snippets/_snippet.html.haml
... ... @@ -5,13 +5,6 @@
5 5 %span.cgray.monospace.tiny.pull-right
6 6 = snippet.file_name
7 7  
8   - %small.pull-right.cgray
9   - Expires:
10   - - if snippet.expires_at
11   - = snippet.expires_at.to_date.to_s(:short)
12   - - else
13   - Never
14   -
15 8 .snippet-info
16 9 = "##{snippet.id}"
17 10 %span
... ...