I am trying to add a space to the beginning of my thin template, where I had to break the text due to the link, I cannot let my life work on this
.mdl-cell.mdl-cell--4-col-phone.mdl-cell--8-col-tablet.mdl-cell--12-col-desktop | Don't have an account? = link_to 'Create one here.', sign_up_path
found after some deeper research that the subtle way is to use >, so the new code that launched a space at the end of the first line
>
span> Don't have an account? = link_to 'Create one here.', sign_up_path
with a simple quote "thin adding space
.mdl-cell.mdl-cell--4-col-phone.mdl-cell--8-col-tablet.mdl-cell--12-col-desktop | Don't have an account? ' = link_to 'Create one here.', sign_up_path
, html:
.mdl-cell.mdl-cell--4-col-phone.mdl-cell--8-col-tablet.mdl-cell--12-col-desktop | Don't have an account? = link_to 'Create one here.', sign_up_path
| Don't have an account?, . , .
| Don't have an account?
, - | Don't have an account? .
| Don't have an account?
Source: https://habr.com/ru/post/1651206/More articles:Is there a standalone version of .net core tooling preview 2? - .netAchieving module behavior in CSS calc () - is this possible? - css3FirebaseRecyclerAdapter and multiply item types by android - androidUsing a module in css calc function - cssXcode Playground Timeline пуста - xcodeLaravel 5.2 Return View from Controller - laravel-5.2rails 5 turbolinks 5 and google maps how? - javascriptReact Native Android: static image not showing in apk release - reactjsThe number of Java instances of each element in an integer array - javaMock не работает над функцией модуля - pythonAll Articles