mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
11 lines
511 B
HTML
11 lines
511 B
HTML
<div class="toolbar">
|
|
|
|
<span>Reading Mode </span>
|
|
<div class="btn-group" data-toggle="buttons-radio">
|
|
<button type="button" class="btn" ng-model="settings.readingMode" btn-radio="'unread'">Unread</button>
|
|
<button type="button" class="btn" ng-model="settings.readingMode" btn-radio="'all'">All</button>
|
|
</div>
|
|
|
|
<button type="button" class="btn"><i class="icon icon-refresh"></i> Refresh</button>
|
|
<button type="button" class="btn"><i class="icon icon-ok"></i> Mark all as read</button>
|
|
</div> |