| Conditions | 1 |
| Paths | 1 |
| Total Lines | 12 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 36 | public function display() |
||
| 37 | { |
||
| 38 | $this->addScript(); |
||
| 39 | |||
| 40 | $content = $this->getColumn()->getOriginal(); |
||
| 41 | |||
| 42 | return <<<HTML |
||
| 43 | <a href="javascript:void(0);" class="grid-column-copyable text-muted" data-content="{$content}" title="Copied!" data-placement="bottom"> |
||
| 44 | <i class="fa fa-copy"></i> |
||
| 45 | </a> {$this->getValue()} |
||
| 46 | HTML; |
||
| 47 | } |
||
| 48 | } |