Sha256: 2253b541c0739719b8dd8179c93fb9fee722aa5ecbcd51c4e916e514ba71c922

Contents?: true

Size: 341 Bytes

Versions: 133

Compression:

Stored size: 341 Bytes

Contents

module WithStudentPathNavigation
  class RevisitNavigation < Navigation
    def right
      true
    end

    def icon
      'chevron-right'
    end

    def key
      :navigation_revisit
    end

    def clazz
      'btn btn-warning btn-block'
    end

    def sibling_for(navigable)
      navigable.restart(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/revisit_navigation.rb
mumuki-laboratory-9.0.5 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.0.4 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.0.3 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.0.2 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.0.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.0.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.6.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.6.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.5.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.4.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.3.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.2.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.2.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.1.3 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.1.2 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.1.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.1.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-7.12.3 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-8.0.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb