Class: Mdi::SourceCommitNextLocal

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

def content
  <<-HTML.squish.html_safe
    <path d="M17,12A5,5 0 0,1 12,17A5,5 0 0,1 7,12C7,9.58 8.72,7.56 11,7.1V3H13V7.1C15.28,7.56 17,9.58 17,12M12,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,21V19H13V21H11Z"></path>
  HTML
end