f706a973c2
- 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` |
||
---|---|---|
.. | ||
accounts | ||
chat_names | ||
emails | ||
keys | ||
notifications | ||
passwords | ||
personal_access_tokens | ||
preferences | ||
two_factor_auths | ||
_event_table.html.haml | ||
_head.html.haml | ||
audit_log.html.haml | ||
show.html.haml | ||
update_username.js.haml |