shipshapecode/ember-x-editable

View on GitHub
addon/templates/components/error-message.hbs

Summary

Maintainability
Test Coverage
{{!--If there is a validator error, show the message--}}
{{#if errorMessage}}
  <span class="help-block form-error has-input-group-error">{{errorMessage}}</span>
{{/if}}
<div class="borderBottom {{if isEditing "shouldNotDisplay"}}"></div>