PDF Textbooks: implemented "View Live" link

This commit is contained in:
Frances Botsford
2013-07-01 15:07:52 -04:00
committed by David Baumgold
parent 2a92a14054
commit b41d23747a
3 changed files with 11 additions and 3 deletions

View File

@@ -34,7 +34,7 @@
<ul class="actions textbook-actions">
<li class="action action-view">
<button class="view"><%= gettext("View Live") %></button>
<a href="//<%= CMS.URL.LMS_BASE %>/courses/<%= course.org %>/<%= course.num %>/<%= course.url_name %>/pdfbook/<%= bookindex %>/" class="view"><%= gettext("View Live") %></a>
</li>
<li class="action action-edit">
<button class="edit"><%= gettext("Edit") %></button>