Story#105855968 - admin/show mark if registrar is test

This commit is contained in:
Vladimir Krylov 2016-03-21 12:18:48 +02:00
parent 60c9a0a766
commit d67db2d7c8
3 changed files with 6 additions and 2 deletions

View file

@ -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