Commit 1eccec17137b3c1db1c0985a12665ea717f9274e
Exists in
spb-stable
and in
3 other branches
Merge pull request #6158 from Razer6/remove_snippet_expiaration_date
Remove snippet expiration date from UI
Showing
1 changed file
with
0 additions
and
7 deletions
Show diff stats
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 | ... | ... |