Commit f0fe6b5970e146186777d824f276b375c4026607
1 parent
e99067c1
Exists in
master
and in
26 other branches
adding new button to comment paragraph
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
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> | ... | ... |