Add search page

- Fix issue with updater_name erroring out
- Add search options is_new and name_changed
This commit is contained in:
BrokenEagle
2020-01-07 01:34:47 +00:00
parent 9182a4f556
commit ad1e22af0b
7 changed files with 61 additions and 3 deletions

View File

@@ -12,6 +12,9 @@ class PoolVersionsController < ApplicationController
respond_with(@pool_versions)
end
def search
end
def diff
@pool_version = PoolArchive.find(params[:id])