You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
a.largeScreenOnly(tabIndex="-1"ng-hide="canReportViolation"href=""ng-click="showPleaseLogIn()"aria-label="Report a concern about this book")
72
-
i.abuseIcon(ng-attr-tabIndex="{{canReportViolation ? -1 : 0}}"tooltip="{{showTooltips? 'Report a concern about this book':''}}"tooltip-placement="right")
73
-
a.largeScreenOnly(tabIndex="-1"ng-show="canReportViolation"ui-sref="browse.detail.reportbook"aria-label="Report a concern about this book")
74
-
i.abuseIcon(ng-attr-tabIndex="{{canReportViolation ? 0 : -1}}"tooltip="{{showTooltips? 'Report a concern about this book':''}}"tooltip-placement="right")
75
-
a.largeScreenOnly(tabIndex="-1"href=""ng-click="showDeleteDialog()"aria-label="Delete this book")
76
-
i(ng-attr-tabIndex="{{canDeleteBook ? 0 : -1}}"tooltip="{{showTooltips? 'Delete this book':''}}"tooltip-placement="right"ng-class="{'icon-trash': true, 'icon-hidden':!canDeleteBook}")
a.largeScreenOnly(tabIndex="-1"ng-hide="canReportViolation"href=""ng-click="showPleaseLogIn()"aria-label="Report a concern about this book")
73
+
i.abuseIcon(ng-attr-tabIndex="{{canReportViolation ? -1 : 0}}"tooltip="{{showTooltips? 'Report a concern about this book':''}}"tooltip-placement="right")
74
+
a.largeScreenOnly(tabIndex="-1"ng-show="canReportViolation"ui-sref="browse.detail.reportbook"aria-label="Report a concern about this book")
75
+
i.abuseIcon(ng-attr-tabIndex="{{canReportViolation ? 0 : -1}}"tooltip="{{showTooltips? 'Report a concern about this book':''}}"tooltip-placement="right")
76
+
a.largeScreenOnly(tabIndex="-1"href=""ng-click="showDeleteDialog()"aria-label="Delete this book")
77
+
i(ng-attr-tabIndex="{{canModifyBook ? 0 : -1}}"tooltip="{{showTooltips? 'Delete this book':''}}"tooltip-placement="right"ng-class="{'icon-trash': true, 'icon-hidden':!canModifyBook}")
77
78
78
-
a.read(ng-show="showRead"tabIndex="-1"ui-sref="readBook({bookId: $stateParams.bookId})"tooltip="{{showTooltips? 'Read now in your browser':''}}"analytics-onanalytics-event="GetBook"analytics-book="{{book.objectId}}"analytics-type="read")
79
-
button.btn.btn-primary(type="button")
80
-
//- helpful for multiline button formatting (see less)
81
-
.iconAndLabel
82
-
img.icon(src="/assets/readIcon.svg")
83
-
span Read
84
-
.downloads
85
-
a.shellbook.desktopOnly(tabIndex="-1"ng-click="onDownloadShell(book)"tooltip="{{showTooltips? 'Download to the Bloom software on your computer, so that you can use it as a shell book.':''}}"analytics-onanalytics-event="GetBook"analytics-book="{{book.objectId}}"analytics-type="shell")
86
-
button.btn.btn-default(type="button")
87
-
//- helpful for multiline button formatting (see less)
88
-
span
89
-
.subtext Make a version in <em>your</em> language!
90
-
img.icon(src="/assets/shellDownloadIcon.svg")
91
-
span Download into Bloom Editor
92
-
.download-buttons
79
+
a.read(ng-show="showRead"tabIndex="-1"ui-sref="readBook({bookId: $stateParams.bookId})"tooltip="{{showTooltips? 'Read now in your browser':''}}"analytics-onanalytics-event="GetBook"analytics-book="{{book.objectId}}"analytics-type="read")
80
+
button.btn.btn-primary(type="button")
81
+
//- helpful for multiline button formatting (see less)
82
+
.iconAndLabel
83
+
img.icon(src="/assets/readIcon.svg")
84
+
span Read
85
+
.downloads
86
+
a.shellbook.desktopOnly(tabIndex="-1"ng-click="onDownloadShell(book)"tooltip="{{showTooltips? 'Download to the Bloom software on your computer, so that you can use it as a shell book.':''}}"analytics-onanalytics-event="GetBook"analytics-book="{{book.objectId}}"analytics-type="shell")
87
+
button.btn.btn-default(type="button")
88
+
//- helpful for multiline button formatting (see less)
89
+
span
90
+
.subtext Make a version in <em>your</em> language!
0 commit comments