22 lines
292 B
Text
22 lines
292 B
Text
<div id="<%= dom_id key %>">
|
|
<p>
|
|
<strong>Title:</strong>
|
|
<%= key.title %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Short:</strong>
|
|
<%= key.short %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Ingame:</strong>
|
|
<%= key.ingame %>
|
|
</p>
|
|
|
|
<p>
|
|
<strong>Keycap:</strong>
|
|
<%= key.keycap %>
|
|
</p>
|
|
|
|
</div>
|