Sha256: 8d1345d1fedcc7576b021d62b7f33a91d6ad2478eb1c823f97dfcc7a832446e7
Contents?: true
Size: 773 Bytes
Versions: 68
Compression:
Stored size: 773 Bytes
Contents
<%= render "before_content" rescue nil %> <%= @navigator.render_current_content(self) %> <% if @navigator.show_nav_link? %> <div class='btn-toolbar'> <%= content_tag(:a, t(:back), href: navigator_previous_content_path, type: "submit", class: "btn btn-default pull-left") if @navigator.previous_content? %> <% if @navigator.current_module.is_a?(ContentModules::LessonModule) && !@navigator.current_content_provider.exists?(@navigator.content_position + 1) %> <%= content_tag(:a, t(:finish), href: navigator_next_content_path, type: "submit", class: "btn btn-primary pull-right") %> <% else %> <%= content_tag(:a, t(:next), href: navigator_next_content_path, type: "submit", class: "btn btn-primary pull-right") %> <% end %> </div> <% end %>
Version data entries
68 entries across 68 versions & 1 rubygems