Sha256: c89f56ae296a9e29acc3da04134bc67baa2270daa7db4077b3c55e91b36f1a7f
Contents?: true
Size: 658 Bytes
Versions: 8
Compression:
Stored size: 658 Bytes
Contents
class Dvl::Components::Footer < Erector::Widget needs :application_name def content footer.footer { div.footer_inner { span { text @application_name rawtext t('dvl_core.footer.about') } ul { li { a t('dvl_core.footer.status'), href: 'http://status.dobt.co', target: '_blank' } li { a t('dvl_core.footer.legal'), href: 'https://dashboard.dobt.co/terms', target: '_blank' } li { a t('dvl_core.footer.help'), href: 'http://help.dobt.co', target: '_blank' } li { a t('dvl_core.footer.contact'), href: 'mailto:support@dobt.co' } } } } end end
Version data entries
8 entries across 8 versions & 1 rubygems