Sha256: 76fc8de359fab54d43cd1c68611f78e7c2e92d60399ef556ca51a08acd7ed2c7
Contents?: true
Size: 414 Bytes
Versions: 6
Compression:
Stored size: 414 Bytes
Contents
module Vulgata module TranslationStatesHelper def show_reject_translation_button? (vulgata_current_user.vulgata_admin? || vulgata_current_user.vulgata_proofreader?) && @translation_state.pending_approval? end def show_approve_translation_button? (vulgata_current_user.vulgata_admin? || vulgata_current_user.vulgata_proofreader?) && @translation_state.pending_approval? end end end
Version data entries
6 entries across 6 versions & 1 rubygems