Class: Wallaby::Resources::Index::LinkHtml

Inherits:
Cell
  • Object
show all
Defined in:
app/views/wallaby/resources/index/link_html.rb

Overview

Html cell

Instance Method Summary collapse

Instance Method Details

#renderString

Returns:

  • (String)


9
10
11
# File 'app/views/wallaby/resources/index/link_html.rb', line 9

def render
  value.nil? ? null : link_to([:title], value, [:html_options])
end