scinote-web/app/views/layouts/reports/template_values_editor.html.erb
2021-04-06 13:56:24 +02:00

21 lines
473 B
Text

<h1>
<%= t('projects.reports.wizard.first_step.values_editor.title') %>
</h1>
<h3>
<%= t('projects.reports.wizard.first_step.values_editor.description') %>
</h3>
<h1>
<%= t('projects.reports.wizard.first_step.values_editor.header') %>
</h1>
<%= yield :header %>
<h1>
<%= t('projects.reports.wizard.first_step.values_editor.cover') %>
</h1>
<%= yield :cover %>
<h1>
<%= t('projects.reports.wizard.first_step.values_editor.footer') %>
</h1>
<%= yield :footer %>