Hello,
I try to make a template working which I downloaded on the net.
Now I see the above error on this part.
- page 'Dashboard', 'dashboard'
- content_for :toolbar do
.btn-group
%a.btn{href: '#', data: {toggle: 'toolbar-tooltip'}, title: 'Building'}
%i.icon-building
%a.btn{href: '#', data: {toggle: 'toolbar-tooltip'}, title: 'Laptop'}
%i.icon-laptop
%a.btn{href: '#', data: {toggle: 'toolbar-tooltip'}, title: 'Calendar'}
%i.icon-calendar
%span.badge 3
%a.btn{href: '#', data: {toggle: 'toolbar-tooltip'}, title: 'Lemon'}
%i.icon-lemon
.label.label-danger
Danger
.label.label-info
Info
Can anyone give me a tip how to solve this one.
Roelof