mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 09:21:43 +02:00
Add download button translation
This commit is contained in:
parent
962dc9e45e
commit
74ab6fd771
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
</div>
|
||||
|
||||
<div class="col-sm-5 text-right">
|
||||
<%= link_to t('.download'), download_admin_domain_path(@domain), class: 'btn btn-primary' %>
|
||||
<%= link_to t('.download_btn'), download_admin_domain_path(@domain), class: 'btn btn-primary' %>
|
||||
<%= link_to t('.edit_btn'), edit_admin_domain_path(@domain), class: 'btn btn-primary' %>
|
||||
<%= link_to t('.history_btn'), admin_domain_domain_versions_path(@domain),
|
||||
class: 'btn btn-primary' %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue