Code coverage report for code/views/link-value-inspector-view.coffee

Statements: 0% (0 / 5)      Branches: 100% (0 / 0)      Functions: 0% (0 / 1)      Lines: 0% (0 / 4)      Ignored: none     

All files » code/views/ » link-value-inspector-view.coffee
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17                                 
{div, h2, label, input, select, option, optgroup, button} = React.DOM
 
tr = require "../utils/translate"
 
module.exports = React.createClass
 
  displayName: 'LinkValueInspectorView'
 
 
  render: ->
    (div {className: 'link-inspector-view'})
    # TODO: complete this later
    #   (div {className: 'inspector-content'},
    #     (h2 {}, "Link Value")
    #   )
    # )