This commit is contained in:
ahinz 2014-12-12 12:47:27 +01:00
parent 86a89a0164
commit 3d9f7169be
3 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,8 @@
<td><%= article.active %></td>
<td><%= article.created %></td>
<td>
<%= link_to t('.more', :default => t("helpers.links.more")),
article_path(article), :class => 'btn btn-info btn-xs' %>
<%= link_to t('.edit', :default => t("helpers.links.edit")),
edit_article_path(article), :class => 'btn btn-default btn-xs' %>
<%= link_to t('.destroy', :default => t("helpers.links.destroy")),

View File

@ -16,6 +16,7 @@ en:
destroy: "Delete"
new: "New"
edit: "Edit"
more: "More"
titles:
edit: "Edit %{model}"
save: "Save %{model}"

View File

@ -16,6 +16,7 @@ pl:
destroy: "Usuń"
new: "Nowy"
edit: "Edycja"
more: "Więcej"
titles:
edit: "Edycja %{model}"
save: "Zapisz %{model}"