notebook/app/views/documents/components/_autosave_bar.html.erb
2020-09-26 16:30:31 -07:00

7 lines
271 B
Plaintext

<div class="grey-text autosave-bar">
<i class="material-icons js-autosave-icon grey-text">save</i>
<span class="js-autosave-status">
This document will automatically save as you make changes.
Highlight any text to bring up formatting options.
</span>
</div>