1. 14 Mar, 2020 3 commits
    • peterhegman's avatar
      Implement review comments · d55ccf50
      peterhegman authored
      Changes include:
      - Use GlSprintf component for i18n to prevent encoding of special
      characters
      - Improve readability of RSpec tests
      - Convert `.cover-controls` to utility classes
      d55ccf50
    • peterhegman's avatar
      Add changelog entry · 2959e0fa
      peterhegman authored
      2959e0fa
    • Peter Hegman's avatar
      Remove `role` field and add `job_title` field · b7efcb01
      Peter Hegman authored
      The `role` field is removed from the edit profile page and is replaced
      with a `job_title` field. This new `job_title` field is displayed on
      the profile page and in the user popover. If `job_title` and
      `organization` are both set they are displayed as
      "#{job_title} at ${organization}"
      b7efcb01
  2. 13 Mar, 2020 37 commits