12 lines
181 B
Text
12 lines
181 B
Text
<div id="<%= dom_id command %>">
|
|
<p>
|
|
<strong>Name:</strong>
|
|
<%= command.name %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Datatype:</strong>
|
|
<%= command.datatype_id %>
|
|
</p>
|
|
|
|
</div>
|