Class: Mdi::ViewGallery

Inherits:
MdiData show all
Defined in:
app/models/mdi/view_gallery.rb

Overview

  • Version: 6.2.95

  • Author: Saulo Pratti

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M21 3H2V16H21V3M2 17H6V21H2V17M7 17H11V21H7V17M12 17H16V21H12V17M17 17H21V21H17V17Z"></path>
  HTML
end