- 14 Mar, 2017 1 commit
-
-
Chris Peressini authored
Used to be `btn-default`, change it to `btn-cancel`
-
- 16 Dec, 2016 2 commits
-
-
Timothy Andrew authored
- The `scopes_form` partial can be used in the `admin/applications` view as well - Don't allow partials to access instance variables directly. Instead, pass in the instance variables as local variables, and use `local_assigns.fetch` to assert that the variables are passed in as expected. - Change a few instances of `render :partial` to `render` - Remove an instance of `required: false` in a view, since this is the default - Inline many instances of a local variable (`ip = 'ip'`) in `auth_spec`
-
Timothy Andrew authored
-
- 05 Apr, 2016 1 commit
-
-
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.
-
- 26 Jan, 2016 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 07 Apr, 2015 1 commit
-
-
Robert Speicher authored
-
- 17 Jan, 2015 1 commit
-
-
Valery Sizov authored
-
- 25 Dec, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
* improve UI * add authorization * add separate page for oauth applications Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 24 Dec, 2014 1 commit
-
-
Valery Sizov authored
-