Class: Mdi::PageLayoutHeaderFooter

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

Overview

  • Version: 3.9.97

  • Author: Michael Irigoyen

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 2H6C4.89 2 4 2.9 4 4V20C4 21.11 4.89 22 6 22H18C19.11 22 20 21.11 20 20V4C20 2.9 19.11 2 18 2M18 20H6V16H18V20M18 8H6V4H18V8Z"></path>
  HTML
end