mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 23:42:04 +02:00
Fixed viewing of long domains in admin portal
This commit is contained in:
parent
ae1e711792
commit
d648cc9180
4 changed files with 7 additions and 10 deletions
|
@ -116,13 +116,10 @@
|
|||
|
||||
%body
|
||||
.container
|
||||
#header.row
|
||||
.col-sm-6.left
|
||||
#header-content
|
||||
%h1= "#{@domain.name} (#{Time.zone.now.to_date.strftime("%d/%m/%Y")})"
|
||||
.col-sm-6.right
|
||||
%img{src: "#{Rails.root}/public/eis-logo-black-et.png"}
|
||||
.clear
|
||||
%img{src: "#{Rails.root}/public/eis-logo-black-et.png"}
|
||||
.row
|
||||
.col-sm-12
|
||||
%h1= "#{@domain.name} (#{Time.zone.now.to_date.strftime("%d/%m/%Y")})"
|
||||
%hr
|
||||
.row
|
||||
.col-sm-8.left
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue