Commit 9852191734baf57d5573f6de27a12d66f815a983
1 parent
2f289f34
Exists in
master
and in
26 other branches
Restore missing code after merge with comment-paragraph
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
src/app/article/article.html
@@ -4,6 +4,9 @@ | @@ -4,6 +4,9 @@ | ||
4 | </div> | 4 | </div> |
5 | 5 | ||
6 | <div class="sub-header clearfix"> | 6 | <div class="sub-header clearfix"> |
7 | + <a href="#" class="btn btn-default btn-xs" ui-sref="main.cmsEdit({profile: ctrl.profile.identifier, id: ctrl.article.id})"> | ||
8 | + <i class="fa fa-pencil-square-o fa-fw fa-lg"></i> {{"article.actions.edit" | translate}} | ||
9 | + </a> | ||
7 | <noosfero-hotspot-article-toolbar [article]="ctrl.article"></noosfero-hotspot-article-toolbar> | 10 | <noosfero-hotspot-article-toolbar [article]="ctrl.article"></noosfero-hotspot-article-toolbar> |
8 | <div class="page-info pull-right small text-muted"> | 11 | <div class="page-info pull-right small text-muted"> |
9 | <span class="time"> | 12 | <span class="time"> |