gitlab-org--gitlab-foss/app/views/admin/applications
Timothy Andrew f706a973c2 View-related (and other minor) changes to !5951 based on @rymai's review.
- 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`
2016-12-16 16:29:32 +05:30
..
_delete_form.html.haml change the css class has_tooltip to has-tooltip universally 2016-03-20 21:37:22 +01:00
_form.html.haml View-related (and other minor) changes to !5951 based on @rymai's review. 2016-12-16 16:29:32 +05:30
edit.html.haml Add a page title to every page. 2015-04-30 19:12:15 +02:00
index.html.haml Adds newline at end of file 2015-09-30 17:28:06 +00:00
new.html.haml Capitalize "X" in "New X". 2015-04-30 21:33:02 +02:00
show.html.haml View-related (and other minor) changes to !5951 based on @rymai's review. 2016-12-16 16:29:32 +05:30