mirror of
https://github.com/aljazceru/njump.git
synced 2026-01-15 12:34:18 +01:00
Switch last notes and advanced details in profile
This commit is contained in:
@@ -58,18 +58,6 @@
|
||||
Last update:<br />
|
||||
{{.createdAt | SanitizeString}}
|
||||
</div>
|
||||
|
||||
<div class="field advanced-switch-wrapper">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="advanced-switch"
|
||||
class="advanced-switch"
|
||||
/>
|
||||
<label for="advanced-switch">X</label>
|
||||
<label for="advanced-switch">Show more details</label>
|
||||
</div>
|
||||
|
||||
{{template "details.html" .}}
|
||||
|
||||
<div class="field separator"></div>
|
||||
|
||||
@@ -87,6 +75,22 @@
|
||||
{{end}}
|
||||
</div>
|
||||
|
||||
<div class="field separator"></div>
|
||||
|
||||
<div class="field advanced-switch-wrapper">
|
||||
<input
|
||||
type="checkbox"
|
||||
id="advanced-switch"
|
||||
class="advanced-switch"
|
||||
/>
|
||||
<label for="advanced-switch">X</label>
|
||||
<label for="advanced-switch">Show more details</label>
|
||||
</div>
|
||||
|
||||
{{template "details.html" .}}
|
||||
|
||||
<div class="field separator"></div>
|
||||
|
||||
</div>
|
||||
|
||||
{{template "column_clients.html" .}}
|
||||
|
||||
Reference in New Issue
Block a user