various fixes
This commit is contained in:
parent
1fd9adcb52
commit
46bd223627
29 changed files with 6093 additions and 152 deletions
|
@ -0,0 +1,11 @@
|
|||
<!--
|
||||
Gets the top-level parent org of an organisation.
|
||||
|
||||
@params organisation The organisation to search for.
|
||||
-->
|
||||
|
||||
{{- $organisation_page := default . ( index .Ancestors.Reverse 3 ) -}}
|
||||
{{- $organisation_title := default $organisation_page.Title $organisation_page.Params.markup_title -}}
|
||||
|
||||
{{- return $organisation_title -}}
|
||||
|
|
@ -1,16 +1,14 @@
|
|||
<aside class="timeline__legend">
|
||||
<div>
|
||||
<label for="legend__past">Past</label>
|
||||
<div id="legend__past">
|
||||
<button id="past-unpaid" class="legend__button"><p><span class="colour-square colour-square--unpaid-past"></span> Unpaid</p></button>
|
||||
<button id="past-paid" class="legend__button"><p><span class="colour-square colour-square--paid-past"></span> Paid</p></button>
|
||||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<label for="legend__current">Current</label>
|
||||
<div id="legend__current">
|
||||
<button id="current-unpaid" class="legend__button"><p><span class="colour-square colour-square--unpaid-current"></span> Unpaid</p></button>
|
||||
<button id="current-paid" class="legend__button"><p><span class="colour-square colour-square--paid-current"></span> Paid</p></button>
|
||||
</div>
|
||||
</div>
|
||||
<fieldset id="legend__past">
|
||||
<legend class="label">Past</legend>
|
||||
|
||||
<button id="past-unpaid" class="button legend__button"><p><span class="colour-square colour-square--unpaid-past"></span> Unpaid</p></button>
|
||||
<button id="past-paid" class="button legend__button"><p><span class="colour-square colour-square--paid-past"></span> Paid</p></button>
|
||||
</fieldset>
|
||||
<fieldset id="legend__current">
|
||||
<legend class="label">Current</legend>
|
||||
|
||||
<button id="current-unpaid" class="button legend__button"><p><span class="colour-square colour-square--unpaid-current"></span> Unpaid</p></button>
|
||||
<button id="current-paid" class="button legend__button"><p><span class="colour-square colour-square--paid-current"></span> Paid</p></button>
|
||||
</fieldset>
|
||||
</aside>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue