|
|
|
|
@ -98,26 +98,6 @@ |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
% if ( $c->stash->{person} ) { |
|
|
|
|
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted"> |
|
|
|
|
<span>Create New</span> |
|
|
|
|
</h6> |
|
|
|
|
<ul class="nav flex-column mb-2"> |
|
|
|
|
<li class="nav-item"> |
|
|
|
|
<a class="nav-link <%= $sb_active eq "document" ? "active" : "" %>" href="<%= $c->url_for( 'show_documents' ) %>"> |
|
|
|
|
<span data-feather="file-plus"></span> |
|
|
|
|
Document |
|
|
|
|
</a> |
|
|
|
|
</li> |
|
|
|
|
<li class="nav-item"> |
|
|
|
|
<a class="nav-link <%= $sb_active eq "template" ? "active" : "" %>" href="<%= $c->url_for( 'show_template_create' ) %>"> |
|
|
|
|
<span data-feather="file-text"></span> |
|
|
|
|
Template |
|
|
|
|
</a> |
|
|
|
|
</li> |
|
|
|
|
</ul> |
|
|
|
|
% } |
|
|
|
|
|
|
|
|
|
% if ( $c->stash->{person} ) { |
|
|
|
|
<h6 class="sidebar-heading d-flex justify-content-between align-items-center px-3 mt-4 mb-1 text-muted"> |
|
|
|
|
<span>My Info</span> |
|
|
|
|
|