Sha256: 4bc84ecf5edb2597d950e4df2a5f914fdb3b9f897a4591c6a53e414a7ecf08d3
Contents?: true
Size: 520 Bytes
Versions: 3
Compression:
Stored size: 520 Bytes
Contents
module Console::ConsoleHelper def openshift_url(relative='') "https://openshift.redhat.com/app/#{relative}" end def legal_opensource_disclaimer_url openshift_url 'legal/opensource_disclaimer' end #FIXME: Replace with real isolation of login state def logout_path nil end def outage_notification end def product_branding content_tag(:span, "<strong>Open</strong>Shift Origin".html_safe, :class => 'brand-text headline') end def product_title 'OpenShift Origin' end end
Version data entries
3 entries across 3 versions & 1 rubygems