Skip to content
Snippets Groups Projects
Commit a4a7eed4 authored by Jared Hancock's avatar Jared Hancock
Browse files

notes: Always show notes tab in user popup

parent 440e249e
No related branches found
No related tags found
No related merge requests found
...@@ -41,10 +41,9 @@ if ($info['error']) { ...@@ -41,10 +41,9 @@ if ($info['error']) {
><i class="icon-fixed-width icon-building"></i>&nbsp;Organization</a></li> ><i class="icon-fixed-width icon-building"></i>&nbsp;Organization</a></li>
<?php } <?php }
$ext_id = "U".$user->getId(); $ext_id = "U".$user->getId();
if (($notes = QuickNote::forUser($user, $org)->all())) { ?> $notes = QuickNote::forUser($user, $org)->all(); ?>
<li><a href="#notes-tab" <li><a href="#notes-tab"
><i class="icon-fixed-width icon-pushpin"></i>&nbsp;Notes</a></li> ><i class="icon-fixed-width icon-pushpin"></i>&nbsp;Notes</a></li>
<?php } ?>
</ul> </ul>
<div class="tab_content" id="info-tab"> <div class="tab_content" id="info-tab">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment