Class: Mdi::DockWindow

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

Overview

  • Version: 4.2.95

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M18 18V20H4A2 2 0 0 1 2 18V8H4V18M22 6V14A2 2 0 0 1 20 16H8A2 2 0 0 1 6 14V6A2 2 0 0 1 8 4H20A2 2 0 0 1 22 6M20 6H8V14H20Z"></path>
  HTML
end