Skip to content

Commit

Permalink
Merge branch 'skin-neverland'
Browse files Browse the repository at this point in the history
  • Loading branch information
sayakb committed Jul 19, 2014
2 parents 54d4edb + d93a102 commit e498c9e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/views/skins/neverland/admin/paste.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,14 @@
)
}}

@if ($paste->attachment)
{{
link_to("admin/paste/{$paste->urlkey}/remattach", Lang::get('admin.remove_attachment'), array(
'class' => 'btn btn-primary'
))
}}
@endif

{{
link_to("admin/paste/{$paste->urlkey}/delete", Lang::get('global.delete'), array(
'class' => 'btn btn-primary',
Expand Down

0 comments on commit e498c9e

Please sign in to comment.