BigW Consortium Gitlab

  1. 21 Jun, 2017 1 commit
  2. 20 Jun, 2017 1 commit
  3. 11 Jun, 2017 1 commit
    • Changes default text to "Unassigned" · 0c4c5cdd
      Jacob Schatz authored
      By changing this text the css will check for `toggle_text == default_label`. In this case they were not the same.
      Now they are and it will show the default label in gray.
  4. 05 May, 2017 1 commit
  5. 04 May, 2017 1 commit
  6. 23 Feb, 2017 2 commits
  7. 16 Dec, 2016 1 commit
  8. 05 Apr, 2016 1 commit
    • Standardize the way we check for and display form errors · 7a2370f7
      Robert Speicher authored
      - Some views had a "Close" button. We've removed this, because we don't
        want users accidentally hiding the validation errors and not knowing
        what needs to be fixed.
      - Some views used `li`, some used `p`, some used `span`. We've
        standardized on `li`.
      - Some views only showed the first error. We've standardized on showing
        all of them.
      - Some views added an `#error_explanation` div, which we've made
        standard.