Skip to content

Instantly share code, notes, and snippets.

View johnwilson's full-sized avatar

John Wilson johnwilson

  • Infinite Blue Technologies
  • GH
View GitHub Profile
@johnwilson
johnwilson / qor-admin-view-templates.md
Created March 25, 2021 13:18
Get Latest version of Qor Admin View Templates

Qor Admin templates need to be in the following path of your project directory app/views/qor. This helps if you're using modules.

Use the following bash commands:

mkdir -p app/views
git clone https://github.com/qor/admin.git app/views
find app/views -mindepth 1 ! -regex '^app/views/views\(/.*\)?' -delete
mv app/views/views app/views/qor