Sha256: 08a446dee8025c005c778dd7341dc5990d66b9d253b023f71cd3767a8272955a
Contents?: true
Size: 321 Bytes
Versions: 9
Compression:
Stored size: 321 Bytes
Contents
# frozen_string_literal: true require "core" require "hanami/view" module Milestoner module Views module Scopes # The logo specific behavior for partials. class Logo < Hanami::View::Scope def call = project_uri_logo ? render("milestones/logo") : Core::EMPTY_STRING end end end end
Version data entries
9 entries across 9 versions & 1 rubygems