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