Files
thetempusproject/app/plugins/resume/views/nav.html
Joey Kimsey de5530b1e3 wip
2024-12-02 18:03:11 -05:00

4 lines
242 B
HTML

<div class="btn-group btn-group-justified" role="group" aria-label="Resume View Type">
<a href="?view=tiimeline" class="btn btn-default" role="button">Timeliine</a>
<a href="?" class="btn btn-default" role="button">Standard</a>
</div>