added icon to add a chapter button

This commit is contained in:
Frances Botsford
2013-05-28 16:42:30 -04:00
committed by David Baumgold
parent 0192b509ce
commit e6a84f84b2

View File

@@ -17,7 +17,7 @@
<p class="copy"><%= gettext("Note: <strong>It's best practice to break your course's textbook into multiple chapters</strong> to reduce loading times for students. Breaking up textbooks into chapters can also help with students more easily finding a concept or topic-based information.") %></p>
</fieldset>
<div class="actions">
<button class="action action-add-chapter"><%= gettext("Add a Chapter") %></button>
<button class="action action-add-chapter"><i class="icon-plus"></i> <%= gettext("Add a Chapter") %></button>
<button class="action action-primary" type="submit"><%= gettext("Save") %></button>
<button class="action action-secondary action-cancel"><%= gettext("Cancel") %></button>
</div>