2015-08-09 12:57:32 +03:00

40 lines
1.0 KiB
HTML

<:Title>
registers index
<:Body>
<div class="registers-view">
{{ model.each do |reg| }}
<div class="register-view">
<div>
<div class="field">
{{ reg.name }}
</div>
<div class="value">
<span class="value-head">
{{ reg.value }}
</span>
</div>
</div>
{{ reg.fields.each_with_index do |attribute, index| }}
<div>
<div class="field tooltip">
{{index}}{{marker(attribute)}}
<span>
{{attribute.class}}
</span>
</div>
<div class="value tooltip">
{{attribute.object_id}}
<span>
long text with initlong text with initlong <br/>
text with initlong text with initlong
<h3>text with initlong </h3>
text with initlong text with init
</span>
</div>
</div>
{{end}}
</div>
{{end}}
</div>