Sha256: 5903dcb9718fee37d053fe6c5bbbdc7f24a5254c980f1ababc04b480b84a9c6b

Contents?: true

Size: 360 Bytes

Versions: 39

Compression:

Stored size: 360 Bytes

Contents

module WithStudentPathNavigation
  class FinishNavigation < Navigation
    def button(navigable)
      return unless navigable.is_a?(Reading) && !navigable.status_for(current_user).like?(:passed)
      content_tag 'a', t(:finish), merge_confirmation_classes(navigable, class: clazz)
    end

    def clazz
      'btn btn-complementary w-100'
    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/finish_navigation.rb
mumuki-laboratory-9.22.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.21.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.20.1 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.20.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.19.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.18.1 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.18.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.17.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.16.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.15.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.14.1 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.14.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.13.2 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.13.1 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.13.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.12.1 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.12.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.11.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb
mumuki-laboratory-9.10.0 app/helpers/concerns/with_student_path_navigation/finish_navigation.rb