Commit ffcbf5d4 authored by Clement Ho's avatar Clement Ho

[skip ci] fix merge conflicts

parent f227ce6a
......@@ -114,12 +114,6 @@ module Issuable
def locking_enabled?
title_changed? || description_changed?
end
def assignees
[User.first, User.last, User.first, User.last]
# [User.first, User.last, User.first, User.last, User.first, User.last, User.first, User.last, User.first, User.last, User.first, User.last, User.last]
end
end
module ClassMethods
......
......@@ -16,4 +16,4 @@ class IssuableEntity < Grape::Entity
expose :total_time_spent
expose :human_time_estimate
expose :human_total_time_spent
end
\ No newline at end of file
end
......@@ -48,4 +48,4 @@
= issue.weight
.pull-right.issue-updated-at
%span updated #{time_ago_with_tooltip(issue.updated_at, placement: 'bottom', html_class: 'issue_update_ago')}
\ No newline at end of file
%span updated #{time_ago_with_tooltip(issue.updated_at, placement: 'bottom', html_class: 'issue_update_ago')}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment