Sha256: d69a76528cbc1363217cdf9a6fa105c48eb01f068d097395b9776333431dd23c

Contents?: true

Size: 346 Bytes

Versions: 39

Compression:

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

    def sibling_for(navigable)
      navigable.next_for(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/continue_navigation.rb
mumuki-laboratory-9.22.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.21.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.20.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.20.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.19.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.18.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.18.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.17.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.16.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.15.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.14.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.14.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.13.2 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.13.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.13.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.12.1 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.12.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.11.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb
mumuki-laboratory-9.10.0 app/helpers/concerns/with_student_path_navigation/continue_navigation.rb