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:
authorPhil Hughes <me@iamphill.com>2016-07-20 11:45:53 +0300
committerPhil Hughes <me@iamphill.com>2016-07-20 12:48:02 +0300
commit5995a629817a409b7cc2d9410716d2e4c2feaf4a (patch)
treeec21b25bab3fe9c657716d75db1a04c61be8f23b /app/helpers/milestones_helper.rb
parenta87e0dacfcc8067cdb829768fa95dc7139f3cc50 (diff)
Fixed up frontend code based on feedback
Updated a test to be more specific about where the content is
Diffstat (limited to 'app/helpers/milestones_helper.rb')
-rw-r--r--app/helpers/milestones_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/helpers/milestones_helper.rb b/app/helpers/milestones_helper.rb
index f678e1540de..e3d6fbd06ef 100644
--- a/app/helpers/milestones_helper.rb
+++ b/app/helpers/milestones_helper.rb
@@ -55,10 +55,6 @@ module MilestonesHelper
end
end
- def milestone_dropdown_selected_text(selected)
- selected.try(:title) unless selected.nil?
- end
-
def milestone_remaining_days(milestone)
if milestone.expired?
content_tag(:strong, 'Past due')