fixed styling for mod dash

This commit is contained in:
albert
2011-10-15 02:27:19 -04:00
parent ddd036ef97
commit b81e23bb32
7 changed files with 3901 additions and 17 deletions

View File

@@ -0,0 +1,5 @@
class ModActionsController < ApplicationController
def index
@mod_actions = ModAction.search(params[:search]).paginate(params[:page])
end
end