mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Story#105855968 - admin/show mark if registrar is test
This commit is contained in:
parent
60c9a0a766
commit
d67db2d7c8
3 changed files with 6 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
.row
|
||||
.col-sm-6
|
||||
%h1.text-center-xs
|
||||
= truncate(name, length: 35)
|
||||
= content_for?(:page_name) ? yield(:page_name) : truncate(name, length: 35)
|
||||
.col-sm-6
|
||||
%h1.text-right.text-center-xs
|
||||
= yield :actions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue