hardcode go back message on project page
This commit is contained in:
parent
5f5a100080
commit
8dc3f51120
|
@ -25,6 +25,3 @@
|
||||||
position:relative;
|
position:relative;
|
||||||
top:1px;
|
top:1px;
|
||||||
}
|
}
|
||||||
.back_button_1::before {
|
|
||||||
content: '← go back'
|
|
||||||
}
|
|
|
@ -5,5 +5,5 @@ block append head
|
||||||
|
|
||||||
block content
|
block content
|
||||||
p(style='margin:0')
|
p(style='margin:0')
|
||||||
a(href='/project' title='go back to projects page' class='back_button_1')
|
a(href='/project' title='go back to projects page' class='back_button_1') ← go back
|
||||||
hr
|
hr
|
Loading…
Reference in New Issue