This commit is contained in:
parent
86a89a0164
commit
3d9f7169be
|
|
@ -24,6 +24,8 @@
|
||||||
<td><%= article.active %></td>
|
<td><%= article.active %></td>
|
||||||
<td><%= article.created %></td>
|
<td><%= article.created %></td>
|
||||||
<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")),
|
<%= link_to t('.edit', :default => t("helpers.links.edit")),
|
||||||
edit_article_path(article), :class => 'btn btn-default btn-xs' %>
|
edit_article_path(article), :class => 'btn btn-default btn-xs' %>
|
||||||
<%= link_to t('.destroy', :default => t("helpers.links.destroy")),
|
<%= link_to t('.destroy', :default => t("helpers.links.destroy")),
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ en:
|
||||||
destroy: "Delete"
|
destroy: "Delete"
|
||||||
new: "New"
|
new: "New"
|
||||||
edit: "Edit"
|
edit: "Edit"
|
||||||
|
more: "More"
|
||||||
titles:
|
titles:
|
||||||
edit: "Edit %{model}"
|
edit: "Edit %{model}"
|
||||||
save: "Save %{model}"
|
save: "Save %{model}"
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ pl:
|
||||||
destroy: "Usuń"
|
destroy: "Usuń"
|
||||||
new: "Nowy"
|
new: "Nowy"
|
||||||
edit: "Edycja"
|
edit: "Edycja"
|
||||||
|
more: "Więcej"
|
||||||
titles:
|
titles:
|
||||||
edit: "Edycja %{model}"
|
edit: "Edycja %{model}"
|
||||||
save: "Zapisz %{model}"
|
save: "Zapisz %{model}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue