Class: Mdi::ContentSaveAlert

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

Overview

  • Version: 3.9.97

  • Author: Michael Richins

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M13 9H3V5H13M10 19C8.3 19 7 17.7 7 16S8.3 13 10 13 13 14.3 13 16 11.7 19 10 19M15 3H3C1.9 3 1 3.9 1 5V19C1 20.1 1.9 21 3 21H17C18.1 21 19 20.1 19 19V7L15 3M23 13H21V7H23V13M23 17H21V15H23V17Z"></path>
  HTML
end