Commit 0f907775893d52a39346e81f6af4ce6f8772a4b9

Authored by Michel Felipe
1 parent d5a304a4

Removed the vm.parentId ng-show condition

src/app/article/content-viewer/navbar-actions.html
... ... @@ -5,7 +5,7 @@
5 5 <i class="fa fa-caret-down"></i>
6 6 </a>
7 7 <ul class="dropdown-menu" uib-dropdown-menu ng-show="vm.profile">
8   - <li ng-show="vm.parentId">
  8 + <li>
9 9 <a href="#" ui-sref="main.cms({profile: vm.profile.identifier, parent_id: vm.parentId})">
10 10 <i class="fa fa-file fa-fw fa-lg"></i> {{"navbar.content_viewer_actions.new_post" | translate}}
11 11 </a>
... ... @@ -17,6 +17,5 @@
17 17 </li>
18 18 </ul>
19 19 </li>
20   -
21   -</ul>
22 20  
  21 +</ul>
... ...