Skip to content

Commit

Permalink
Merge pull request #4210 from skateman/switch-singlequad
Browse files Browse the repository at this point in the history
Add single_quad definition into the SwitchDecorator
  • Loading branch information
mzazrivec committed Jun 27, 2018
2 parents 5d59ba6 + e12533f commit 1cd6b93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/decorators/switch_decorator.rb
Expand Up @@ -2,4 +2,10 @@ class SwitchDecorator < MiqDecorator
def self.fonticon
'ff ff-network-switch'
end

def single_quad
{
:fonticon => fonticon
}
end
end

0 comments on commit 1cd6b93

Please sign in to comment.