summaryrefslogtreecommitdiff
path: root/app/views/shared/snippets/_form.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Use js-requires-input where appropriateDouwe Maan2015-12-021-1/+1
|
* Only use input placeholders when they add valueDouwe Maan2015-12-021-1/+2
|
* Add cancel button to forms that didn't have one alreadyDouwe Maan2015-12-021-1/+1
|
* Merge branch 'snippet_optional_filename' into 'master'Douwe Maan2015-06-201-1/+1
|\ | | | | | | | | | | | | | | Make snippet filename optional. Fixes #2384. See merge request !1866
| * Make snippet filename optional.Nicolas2015-06-201-1/+1
| | | | | | | | Fixes #2384.
* | Bootlint: Fix incorrectly nested `form-group` elementRobert Speicher2015-06-161-2/+2
|/
* Fix for Snippets with a projectRobert Speicher2015-05-261-1/+1
|
* Fix labels for project/snippet visibility selectionRobert Speicher2015-05-161-1/+1
|
* Add new admin settingsVinnie Okada2015-04-261-1/+1
| | | | | Add new global application settings for default project and snippet visibility levels.
* Upgrade to Rails 4.1.9Vinnie Okada2015-02-141-1/+1
| | | | | | Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
* Snippets: public/internal/privateValery Sizov2014-10-091-16/+2
|
* Snippets: rename public to internalValery Sizov2014-10-071-1/+1
|
* Refactor snippets viewsDmitriy Zaporozhets2014-06-141-0/+55
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>