Sha256: 2063f35528baa0c6b3e2ddc5177b3f9e1784619e389088b6fcdbaa7c27c0aaee

Contents?: true

Size: 344 Bytes

Versions: 133

Compression:

Stored size: 344 Bytes

Contents

module WithStudentPathNavigation
  class ContinueNavigation < Navigation
    def right
      true
    end

    def icon
      'chevron-right'
    end

    def key
      :navigation_continue
    end

    def clazz
      'btn btn-success btn-block'
    end

    def sibling_for(navigable)
      navigable.next_for(current_user)
    end
  end
end

Version data entries

133 entries across 133 versions & 1 rubygems

Version Path
mumuki-laboratory-9.0.6 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.0.5 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.0.4 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.0.3 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.0.2 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.0.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.0.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.6.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.6.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.5.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.4.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.3.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.2.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.2.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.1.3 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.1.2 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.1.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.1.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-7.12.3 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-8.0.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb