Sha256: 49aed75ff94f015b276346fcc9290f2172d9ff082480ac0211f959fdb71f13cd

Contents?: true

Size: 337 Bytes

Versions: 39

Compression:

Stored size: 337 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 w-100'
    end

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

Version data entries

39 entries across 39 versions & 1 rubygems

Version Path
mumuki-laboratory-9.23.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.22.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.21.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.20.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.20.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.19.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.18.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.18.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.17.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.16.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.15.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.14.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.14.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.13.2 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.13.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.13.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.12.1 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.12.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.11.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb
mumuki-laboratory-9.10.0 app/helpers/concerns/with_student_path_navigation/revisit_navigation.rb