Files
edx-platform/lms/static/js/fixtures/bookmarks/bookmark_button.html
2017-02-08 12:45:04 +05:00

13 lines
399 B
HTML

<div class="message-banner" aria-live="polite"></div>
<div class="xblock xblock-student_view xblock-student_view-vertical xblock-initialized">
<div class="bookmark-button-wrapper">
<button class="btn bookmark-button"
aria-pressed="false"
data-bookmark-id="bilbo,usage_1">
<span class="bookmark-text">Bookmark this page</span>
</button>
</div>
</div>