internetee-registry/app/views/admin/shared/_title.haml
2015-04-16 10:08:39 +03:00

11 lines
195 B
Text

- content_for :window_title do
%title= name
.row
.col-sm-8
%h1.text-center-xs
= truncate(name, length: 40)
.col-sm-4
%h1.text-right.text-center-xs
= yield :actions
%hr