Translations.

This commit is contained in:
codevictory
2021-04-25 00:55:26 +03:00
parent f8858deefb
commit b987f2c49e
11 changed files with 44 additions and 43 deletions

View File

@@ -1,18 +1,18 @@
<h1>Show Performance</h1>
<h1>Näytös</h1>
<ul>
<li>
<strong>Time:</strong>
<strong>Nimi:</strong>
<%= @performance.name %>
</li>
<li>
<strong>Description:</strong>
<strong>Seloste:</strong>
<%= @performance.desc %>
</li>
</ul>
<span><%= link "Edit", to: Routes.admin_performance_path(@conn, :edit, @performance) %></span>
<span><%= link "Back", to: Routes.performance_path(@conn, :index) %></span>
<span><%= link "Muokkaa", to: Routes.admin_performance_path(@conn, :edit, @performance) %></span>
<span><%= link "Takaisin", to: Routes.performance_path(@conn, :index) %></span>