2013-03-23 23:14:14 +01:00
|
|
|
<div class="toolbar">
|
2013-03-24 08:21:26 +01:00
|
|
|
|
|
|
|
|
<span>Reading Mode </span>
|
2013-03-23 23:14:14 +01:00
|
|
|
<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>
|
2013-03-24 08:21:26 +01:00
|
|
|
|
|
|
|
|
<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>
|
2013-03-23 23:14:14 +01:00
|
|
|
</div>
|