diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-26 23:37:53 -0800 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-26 23:37:53 -0800 |
| commit | 1eccec17137b3c1db1c0985a12665ea717f9274e (patch) | |
| tree | b30240c8687896b41121c2ee499d9f4f9d1f0290 | |
| parent | 11ea009ec7bf993ab45f24f6079abfc48ac3e5b2 (diff) | |
| parent | 05c38ab8e0f3aa7994eb7000a6f70d77de6b40ad (diff) | |
| download | gitlab-ce-1eccec17137b3c1db1c0985a12665ea717f9274e.tar.gz | |
Merge pull request #6158 from Razer6/remove_snippet_expiaration_date
Remove snippet expiration date from UI
| -rw-r--r-- | app/views/projects/snippets/_snippet.html.haml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/projects/snippets/_snippet.html.haml b/app/views/projects/snippets/_snippet.html.haml index ddd9645ee51..b2c35edc44c 100644 --- a/app/views/projects/snippets/_snippet.html.haml +++ b/app/views/projects/snippets/_snippet.html.haml @@ -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 |
