mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
Add more room for title
This commit is contained in:
parent
266def5f50
commit
1e6e9e8bf0
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
||||||
%title= "#{truncate(name, length: 60)}#{head_title_sufix}"
|
%title= "#{truncate(name, length: 60)}#{head_title_sufix}"
|
||||||
|
|
||||||
.row
|
.row
|
||||||
.col-sm-6
|
.col-sm-7
|
||||||
%h1.text-center-xs
|
%h1.text-center-xs
|
||||||
= truncate(name, length: 35)
|
= truncate(name, length: 35)
|
||||||
.col-sm-6
|
.col-sm-5
|
||||||
%h1.text-right.text-center-xs
|
%h1.text-right.text-center-xs
|
||||||
= yield :actions
|
= yield :actions
|
||||||
%hr
|
%hr
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue