tabletop-companion/app/views/templates/show.html.erb

11 lines
236 B
Plaintext
Raw Permalink Normal View History

2024-07-02 17:07:06 +00:00
<% 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>