Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-06-10 16:11:53 +0300
committerPhil Hughes <me@iamphill.com>2016-06-13 13:06:38 +0300
commit304979f89777f4aca52b382fdbe3a593dc7e50f3 (patch)
tree5958cccebf5e8dac3c5fa1d923024614c7d94c45 /app/helpers/time_helper.rb
parentfab1c4a81b7eef247abe6bdd3775cf0ce42badc1 (diff)
Allow to show the time in the future
Diffstat (limited to 'app/helpers/time_helper.rb')
-rw-r--r--app/helpers/time_helper.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/helpers/time_helper.rb b/app/helpers/time_helper.rb
index 8142f733e76..b04b0a5114c 100644
--- a/app/helpers/time_helper.rb
+++ b/app/helpers/time_helper.rb
@@ -20,7 +20,6 @@ module TimeHelper
end
end
-
def date_from_to(from, to)
"#{from.to_s(:short)} - #{to.to_s(:short)}"
end