Class: Mdi::SourceCommitLocal

Inherits:
MdiData
  • Object
show all
Defined in:
app/models/mdi/source_commit_local.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_local.rb', line 10

def content
  <<-HTML.squish.html_safe
    <path d="M12,7A5,5 0 0,1 17,12A5,5 0 0,1 12,17A5,5 0 0,1 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,9M11,5V3H13V5H11M11,21V19H13V21H11Z"></path>
  HTML
end