Class: Mdi::SourceCommitStart

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

Overview

  • Version: 1.8.36

  • Author: Case Sandberg

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M12,7A5,5 0 0,1 17,12C17,14.42 15.28,16.44 13,16.9V21H11V16.9C8.72,16.44 7,14.42 7,12A5,5 0 0,1 12,7M12,9A3,3 0 0,0 9,12A3,3 0 0,0 12,15A3,3 0 0,0 15,12A3,3 0 0,0 12,9Z"></path>
  HTML
end