Commit f0fe6b5970e146186777d824f276b375c4026607

Authored by Leandro Santos
1 parent e99067c1

adding new button to comment paragraph

src/app/article/content-viewer/navbar-actions.html
... ... @@ -4,4 +4,9 @@
4 4 <i class="fa fa-file fa-fw fa-lg"></i> {{"navbar.content_viewer_actions.new_post" | translate}}
5 5 </a>
6 6 </li>
  7 + <li ng-show="vm.profile">
  8 + <a href="#" role="button" ui-sref="main.cms({profile: vm.profile.identifier, parent_id: vm.parentId, type: 'CommentParagraphPlugin::Discussion'})">
  9 + <i class="fa fa-file fa-fw fa-lg"></i> {{"navbar.content_viewer_actions.new_post" | translate}}
  10 + </a>
  11 + </li>
7 12 </ul>
... ...