Sha256: 8b654bcc74cfd1510ce23d8a715b7d102236fa01a69b6fa0602cccdc37d1a6af
Contents?: true
Size: 539 Bytes
Versions: 13
Compression:
Stored size: 539 Bytes
Contents
<% if @attributes['element'] error_condition = @attributes['error_condition'] ? @attributes['error_condition'] : "@inputs[#{@attributes['element']}].error?" required = @attributes['required'] ? @attributes['required'] : "@inputs[#{@attributes['element']}].required?" else error_condition = @attributes['error_condition'] required = @attributes['required'] end %> <div class="row { (<%=error_condition%>) ? ' error' : '' }{ (<%=required%>) ? ' required' : '' }"> <%=@content%> <div style="clear: both"></div> </div>
Version data entries
13 entries across 13 versions & 1 rubygems