11 lines
236 B
Plaintext
11 lines
236 B
Plaintext
|
<% content_for :title, @template.name %>
|
||
|
|
||
|
<h1><%= @template.name %></h1>
|
||
|
|
||
|
<dl>
|
||
|
<dt><%= t(".game_system") %>:</dt>
|
||
|
<dd><%= @template.game_system.name %></dd>
|
||
|
<dt><%= t(".content") %>:</dt>
|
||
|
<dd><%= @template.content %></dd>
|
||
|
</dl>
|