Class: Mdi::Tournament

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

Overview

  • Version: 2.4.85

  • Author: GreenTurtwig

Instance Method Summary collapse

Instance Method Details

#contentObject



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

def content
  <<-HTML.squish.html_safe
    <path d="M2,2V4H7V8H2V10H7C8.11,10 9,9.11 9,8V7H14V17H9V16C9,14.89 8.11,14 7,14H2V16H7V20H2V22H7C8.11,22 9,21.11 9,20V19H14C15.11,19 16,18.11 16,17V13H22V11H16V7C16,5.89 15.11,5 14,5H9V4C9,2.89 8.11,2 7,2H2Z"></path>
  HTML
end