15 lines
349 B
Plaintext
15 lines
349 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset='utf-8' />
|
|
<%= wicked_pdf_javascript_include_tag "number_pages" %>
|
|
|
|
</head>
|
|
<body onload='number_pages'>
|
|
<div id="content">
|
|
<h3 class="card-title" style="font-size: 1.9rem;"><strong><%= @dotation.name %></strong></h3>
|
|
<%= render 'show', dotation: @dotation %>
|
|
</div>
|
|
</body>
|
|
</html>
|