Commit Graph

7 Commits

Author SHA1 Message Date
Alexander Randa 3d70eeb5bb Implement ability to update deploy keys 2017-06-02 19:44:36 +03:00
Lin Jen-Shin f979653951 Use consistent words, feedback:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/7383#note_19581826
2016-12-10 02:25:31 +08:00
Lin Jen-Shin 28102ec28e Allow admin to set keys with write access, and
show write access information when showing the key.

TODO: It's ugly right now, need help!
2016-11-22 17:31:27 +08:00
Connor Shea 3358afa758
Update the help_page_path route to accept paths directly instead of using parameters. 2016-07-11 12:55:25 -06:00
Robert Speicher 7a2370f740 Standardize the way we check for and display form errors
- 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.
2016-04-04 21:37:07 -04:00
Douwe Maan 26ad250989 Add a page title to every page. 2015-04-30 19:12:15 +02:00
Douwe Maan edc4a56d26 Allow admin to create public deploy keys that are accessible to any project. 2015-04-03 12:23:20 +02:00