1. 27 2月, 2018 1 次提交
  2. 27 1月, 2018 1 次提交
  3. 03 1月, 2018 2 次提交
  4. 29 9月, 2017 1 次提交
    • P
      Fixes merge request widget date tooltip inconsistencies · e178eb78
      Phil Hughes 提交于
      Previously the merge request widget would use the `updated_at` date as
      the tooltip text for both closed & merged states. This is incorrect as
      the `updated_at` date is actually changed when a user updates merge
      request through commenting, description changes or anything else.
      
      The widget states for merged & closed events now use their own event
      object which holds their own `updated_at` date string. Also this text
      has been correctly formatted through our date utilities to correctly
      display the right timezone data in a user friendly way.
      
      Closes #38545
      e178eb78
  5. 07 8月, 2017 1 次提交
  6. 09 5月, 2017 1 次提交