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