Skip to content

Commit

Permalink
fix: remove TODOs from single resource
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Sep 4, 2020
1 parent 1d68893 commit 9f86176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/partials/content-single-lc_resource.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
{{-- <button id="suggest-edits" type="button" class="button">
@svg('edit', 'icon--edit', ['focusable' => 'false', 'aria-hidden' => 'true'])
<span class="button__label">{{ __('Suggest edits', 'coop-library') }}</span>
</button> TODO: Implement edit suggestions. --}}
</button> --}}
</div>
@endif
<div class="resource__cta">
Expand Down Expand Up @@ -84,7 +84,7 @@
</div>
{{-- <button id="report-broken-link" type="button" class="button">
<span class="button__label">{{ __('Report broken link', 'coop-library') }}</span>
</button> TODO: Implement broken link reporting. --}}
</button> --}}
@if(Single::getPermaCcLinks() || Single::getWaybackMachineLinks())
<div class="alternate-links menu-button">
<h2 class="h3 menu-button__label">{{ __('View alternate links', 'coop-library') }}</h2>
Expand Down

0 comments on commit 9f86176

Please sign in to comment.