Add a reference to the skin name in the templates to make it easier to create and modify skins

This commit is contained in:
Nabeel Shahzad
2018-02-03 18:18:09 -06:00
parent 25b86274cf
commit b4908f482e
27 changed files with 117 additions and 105 deletions

View File

@@ -1 +1,2 @@
@each('layouts.default.pireps.pirep_card', $pireps, 'pirep')
@each("layouts.${SKIN_NAME}.pireps.pirep_card", $pireps, 'pirep')