Commit ffcbf5d4 authored by Clement Ho's avatar Clement Ho

[skip ci] fix merge conflicts

parent f227ce6a
...@@ -114,12 +114,6 @@ module Issuable ...@@ -114,12 +114,6 @@ module Issuable
def locking_enabled? def locking_enabled?
title_changed? || description_changed? title_changed? || description_changed?
end 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 end
module ClassMethods module ClassMethods
......
...@@ -16,4 +16,4 @@ class IssuableEntity < Grape::Entity ...@@ -16,4 +16,4 @@ class IssuableEntity < Grape::Entity
expose :total_time_spent expose :total_time_spent
expose :human_time_estimate expose :human_time_estimate
expose :human_total_time_spent expose :human_total_time_spent
end end
\ No newline at end of file
...@@ -48,4 +48,4 @@ ...@@ -48,4 +48,4 @@
= issue.weight = issue.weight
.pull-right.issue-updated-at .pull-right.issue-updated-at
%span updated #{time_ago_with_tooltip(issue.updated_at, placement: 'bottom', html_class: 'issue_update_ago')} %span updated #{time_ago_with_tooltip(issue.updated_at, placement: 'bottom', html_class: 'issue_update_ago')}
\ No newline at end of file
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