summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorRobert Schilling <rschilling@student.tugraz.at>2014-01-25 09:04:33 +0100
committerRobert Schilling <rschilling@student.tugraz.at>2014-01-25 09:04:33 +0100
commit05c38ab8e0f3aa7994eb7000a6f70d77de6b40ad (patch)
treeb9b1f5ffe3cdd5de92e7838ac7a41826cb226deb /app
parentced4a37a186601b37121c19523955b96767d9af5 (diff)
downloadgitlab-ce-05c38ab8e0f3aa7994eb7000a6f70d77de6b40ad.tar.gz
Remove snippet expiration date from UI
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/snippets/_snippet.html.haml7
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