summaryrefslogtreecommitdiff
path: root/app/views/admin/deploy_keys
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'rs-form_errors' into 'master' Dmitriy Zaporozhets2016-04-111-5/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. See merge request !3531
| * Standardize the way we check for and display form errorsrs-form_errorsRobert Speicher2016-04-041-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | - 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.
* | Fix missing paddings in admin areaDmitriy Zaporozhets2016-04-041-1/+1
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix UI for pages with panelsfix-ui-paddingDmitriy Zaporozhets2016-01-221-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Make tables full width.Douwe Maan2015-10-191-18/+19
|
* Remove link leading to a 404 error in Deploy Keys pageStan Hu2015-07-011-2/+1
| | | | Closes #1866
* Show key fingerprint on DeployKeys#indexrs-issue-1741Robert Speicher2015-06-031-2/+1
| | | | Also style all key fingerprints consistently across the app.
* Remove show actions from Admin and Project DeployKeysRobert Speicher2015-06-031-35/+0
|
* Add a page title to every page.Douwe Maan2015-04-303-0/+3
|
* Allow admin to create public deploy keys that are accessible to any project.Douwe Maan2015-04-033-0/+87