mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
Removing John's filth
Removed frontend profanaties.
This commit is contained in:
parent
e953aac252
commit
d45291d9a0
3 changed files with 2 additions and 9 deletions
|
@ -9,13 +9,6 @@
|
||||||
var suggestions,
|
var suggestions,
|
||||||
categoryOffset,
|
categoryOffset,
|
||||||
existingTags = [ // This will be replaced by an API return.
|
existingTags = [ // This will be replaced by an API return.
|
||||||
'quim',
|
|
||||||
'quimtastic',
|
|
||||||
'quimmy',
|
|
||||||
'quimlord',
|
|
||||||
'quickly',
|
|
||||||
'joaquim pheonix',
|
|
||||||
'quimcy jones'
|
|
||||||
],
|
],
|
||||||
keys = {
|
keys = {
|
||||||
UP: 38,
|
UP: 38,
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
{{! TODO: JavaScript toggle featured/unfeatured}}
|
{{! TODO: JavaScript toggle featured/unfeatured}}
|
||||||
<span class="status">Published</span>
|
<span class="status">Published</span>
|
||||||
<span class="normal">by</span>
|
<span class="normal">by</span>
|
||||||
<span class="author">John O'Nolan</span>
|
<span class="author">Joe Bloggs</span>
|
||||||
<section class="post-controls">
|
<section class="post-controls">
|
||||||
<a class="post-edit" href="#"><span class="hidden">Edit Post</span></a>
|
<a class="post-edit" href="#"><span class="hidden">Edit Post</span></a>
|
||||||
<a class="post-settings" href="#" data-toggle=".menu-drop-right"><span class="hidden">Post Settings</span></a>
|
<a class="post-settings" href="#" data-toggle=".menu-drop-right"><span class="hidden">Post Settings</span></a>
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<li id="usermenu" class="subnav">
|
<li id="usermenu" class="subnav">
|
||||||
<a href="#" data-toggle="ul">
|
<a href="#" data-toggle="ul">
|
||||||
<img class="avatar" src="/core/admin/assets/img/user.jpg" alt="Avatar" />
|
<img class="avatar" src="/core/admin/assets/img/user.jpg" alt="Avatar" />
|
||||||
<span class="name">John O'Nolan</span>
|
<span class="name">User Menu</span>
|
||||||
</a>
|
</a>
|
||||||
<ul>
|
<ul>
|
||||||
<li class="usermenu-profile"><a href="#">Your Profile</a></li>
|
<li class="usermenu-profile"><a href="#">Your Profile</a></li>
|
||||||
|
|
Loading…
Add table
Reference in a new issue