NIHVIVO-1562 Move addition of data model objects to dump template data model into DumpHelper, so done in one place uniformally for all dump directives.
This commit is contained in:
parent
5b36920c05
commit
daee356424
7 changed files with 18 additions and 36 deletions
|
@ -8,6 +8,5 @@
|
|||
${var}
|
||||
</div>
|
||||
|
||||
<#if stylesheets??>
|
||||
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/dump.css" />')}
|
||||
</#if>
|
||||
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/dump.css" />')}
|
||||
|
||||
|
|
|
@ -33,6 +33,4 @@
|
|||
|
||||
</div>
|
||||
|
||||
<#if stylesheets??>
|
||||
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/dump.css" />')}
|
||||
</#if>
|
||||
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/dump.css" />')}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue