index.mustache 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <%
  2. # Copyright (C) 2015 - present Instructure, Inc.
  3. #
  4. # This file is part of Canvas.
  5. #
  6. # Canvas is free software: you can redistribute it and/or modify it under
  7. # the terms of the GNU Affero General Public License as published by the Free
  8. # Software Foundation, version 3 of the License.
  9. #
  10. # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
  11. # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
  12. # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
  13. # details.
  14. #
  15. # You should have received a copy of the GNU Affero General Public License along
  16. # with this program. If not, see <http://www.gnu.org/licenses/>.
  17. %>
  18. <% add_crumb t("Download Course Content") %>
  19. <% css_bundle :epub_exports -%>
  20. <% js_bundle :epub_exports -%>
  21. <% content_for :page_title do %>{{#t}}Download Course Content{{/t}}<% end %>
  22. <div>
  23. <h1>{{#t}}Download Course Content{{/t}}</h1>
  24. <p>
  25. <%= t("Downloading course content allows access to content while offline. \
  26. Content may include files, pages, assignments, discussion topics or \
  27. quizzes. Click \"Generate ePub\" for each course and open with any \
  28. eReader software to view.") %>
  29. </p>
  30. <div class="item-group-container">
  31. <div class="item-group-condensed">
  32. <div class="ig-header">
  33. <h2 class="ig-header-title">
  34. {{#t}}Current Courses{{/t}}
  35. </h2>
  36. </div>
  37. <div class="course-epub-exports-app"></div>
  38. </div>
  39. </div>
  40. </div>