Class: Mdi::ApplicationSettings

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/application_settings.rb

Overview

  • Version: 3.0.39

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



10
11
12
13
14
# File 'app/models/mdi/application_settings.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M21 0H3C1.9 0 1 .9 1 2V18C1 19.1 1.9 20 3 20H21C22.1 20 23 19.1 23 18V2C23 .9 22.1 0 21 0M21 5H3V2H21V5M7 22H9V24H7V22M11 22H13V24H11V22M15 22H17V24H15V22"></path>
  HTML
end