mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-12 06:25:51 +03:00
parent
c952b50586
commit
491bb9a491
@ -7,6 +7,6 @@
|
||||
</div>
|
||||
<button class="button-save" type="submit">Log in</button>
|
||||
<section class="meta">
|
||||
<a class="forgotten-password" href="{{adminUrl}}/forgotten/">Forgotten password?</a>
|
||||
<a class="forgotten-password" href="{{admin_url}}/forgotten/">Forgotten password?</a>
|
||||
</section>
|
||||
</form>
|
||||
|
@ -52,7 +52,7 @@
|
||||
<div class="no-posts-box">
|
||||
<div class="no-posts">
|
||||
<h3>You Haven't Written Any Posts Yet!</h3>
|
||||
<form action="{{adminUrl}}/editor/"><button class="button-add large" title="New Post">Write a new Post</button></form>
|
||||
<form action="{{admin_url}}/editor/"><button class="button-add large" title="New Post">Write a new Post</button></form>
|
||||
</div>
|
||||
</div>
|
||||
{{/unless}}
|
||||
|
Loading…
Reference in New Issue
Block a user