* Created js popup for some of the secondary links in the main navbar
* aliases/implications must now be approved * anyone can now submit an alias
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
class TagImplicationsController < ApplicationController
|
||||
before_filter :admin_only, :only => [:approve, :destroy]
|
||||
before_filter :member_only, :only => [:create]
|
||||
before_filter :admin_only, :only => [:new, :create, :approve, :destroy]
|
||||
respond_to :html, :xml, :json, :js
|
||||
|
||||
def new
|
||||
|
||||
Reference in New Issue
Block a user