This commit is contained in:
parent
86a89a0164
commit
3d9f7169be
|
|
@ -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")),
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ en:
|
|||
destroy: "Delete"
|
||||
new: "New"
|
||||
edit: "Edit"
|
||||
more: "More"
|
||||
titles:
|
||||
edit: "Edit %{model}"
|
||||
save: "Save %{model}"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@ pl:
|
|||
destroy: "Usuń"
|
||||
new: "Nowy"
|
||||
edit: "Edycja"
|
||||
more: "Więcej"
|
||||
titles:
|
||||
edit: "Edycja %{model}"
|
||||
save: "Zapisz %{model}"
|
||||
|
|
|
|||
Loading…
Reference in New Issue