Commit 9852191734baf57d5573f6de27a12d66f815a983

Authored by Victor Costa
1 parent 2f289f34

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 4 </div>
5 5  
6 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 10 <noosfero-hotspot-article-toolbar [article]="ctrl.article"></noosfero-hotspot-article-toolbar>
8 11 <div class="page-info pull-right small text-muted">
9 12 <span class="time">
... ...