/user_upgrades/new: fix page wrapper id.

* Move related css to user_upgrades.scss.
* Delete users/upgrade_information.html.erb as it is unused.
This commit is contained in:
evazion
2017-05-22 13:07:31 -05:00
parent 223e600eb0
commit d5b9b7162c
6 changed files with 61 additions and 162 deletions

View File

@@ -1,6 +1,6 @@
class UsersController < ApplicationController
respond_to :html, :xml, :json
before_filter :member_only, :only => [:edit, :update, :upgrade]
before_filter :member_only, :only => [:edit, :update]
skip_before_filter :api_check
def new