mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Hide action buttons on foreign domain info #2629
This commit is contained in:
parent
1db3486e65
commit
ea95e878a5
1 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,5 @@
|
|||
- content_for :actions do
|
||||
- if @data.css('pw').text.present?
|
||||
= link_to(t(:edit), edit_registrar_domains_path(domain_name: params[:domain_name]),
|
||||
class: 'btn btn-default')
|
||||
= link_to(t(:renew), renew_registrar_domains_path(domain_name: params[:domain_name]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue