mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-15 19:52:01 +03:00
Merge pull request #210 from matthojo/Remove-Profanities
Removing John's filth closes #208
This commit is contained in:
commit
ade3327a2a
@ -9,13 +9,6 @@
|
||||
var suggestions,
|
||||
categoryOffset,
|
||||
existingTags = [ // This will be replaced by an API return.
|
||||
'quim',
|
||||
'quimtastic',
|
||||
'quimmy',
|
||||
'quimlord',
|
||||
'quickly',
|
||||
'joaquim pheonix',
|
||||
'quimcy jones'
|
||||
],
|
||||
keys = {
|
||||
UP: 38,
|
||||
|
@ -5,7 +5,7 @@
|
||||
{{! TODO: JavaScript toggle featured/unfeatured}}
|
||||
<span class="status">Published</span>
|
||||
<span class="normal">by</span>
|
||||
<span class="author">John O'Nolan</span>
|
||||
<span class="author">Joe Bloggs</span>
|
||||
<section class="post-controls">
|
||||
<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>
|
||||
|
@ -10,7 +10,7 @@
|
||||
<li id="usermenu" class="subnav">
|
||||
<a href="#" data-toggle="ul">
|
||||
<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>
|
||||
<ul>
|
||||
<li class="usermenu-profile"><a href="#">Your Profile</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user