|
|
|
@ -121,12 +121,14 @@ |
|
|
|
Contact |
|
|
|
Contact |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
|
|
|
|
% if ( ! $c->stash->{person} ) { |
|
|
|
<li class="nav-item"> |
|
|
|
<li class="nav-item"> |
|
|
|
<a class="nav-link <%= $sb_active eq "pricing" ? "active" : "" %>" aria-current="page" href="<%= $c->url_for( 'show_pricing' ) %>"> |
|
|
|
<a class="nav-link <%= $sb_active eq "pricing" ? "active" : "" %>" aria-current="page" href="<%= $c->url_for( 'show_pricing' ) %>"> |
|
|
|
<span data-feather="dollar-sign"></span> |
|
|
|
<span data-feather="dollar-sign"></span> |
|
|
|
Pricing |
|
|
|
Pricing |
|
|
|
</a> |
|
|
|
</a> |
|
|
|
</li> |
|
|
|
</li> |
|
|
|
|
|
|
|
% } |
|
|
|
<li class="nav-item"> |
|
|
|
<li class="nav-item"> |
|
|
|
<a class="nav-link <%= $sb_active eq "open_source" ? "active" : "" %>" aria-current="page" href="<%= $c->url_for( 'show_open_source' ) %>"> |
|
|
|
<a class="nav-link <%= $sb_active eq "open_source" ? "active" : "" %>" aria-current="page" href="<%= $c->url_for( 'show_open_source' ) %>"> |
|
|
|
<span data-feather="github"></span> |
|
|
|
<span data-feather="github"></span> |
|
|
|
|