Skip to content

Commit

Permalink
Drafts: filter your draft names, closes #1672
Browse files Browse the repository at this point in the history
  • Loading branch information
linc committed Mar 15, 2014
1 parent 77b0517 commit e86eb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/vanilla/views/drafts/drafts.php
Expand Up @@ -16,7 +16,7 @@
<li class="Item Draft<?php echo $Alt; ?>">
<div class="Options"><?php echo Anchor(T('Draft.Delete', 'Delete'), 'vanilla/drafts/delete/'.$Draft->DraftID.'/'.$Session->TransientKey().'?Target='.urlencode($this->SelfUrl), 'Delete'); ?></div>
<div class="ItemContent">
<?php echo Anchor($Draft->Name, $EditUrl, 'Title DraftLink'); ?>
<?php echo Anchor(Gdn_Format::Text($Draft->Name, FALSE), $EditUrl, 'Title DraftLink'); ?>
<div class="Excerpt"><?php
echo Anchor(SliceString(Gdn_Format::Text($Draft->Body), 200), $EditUrl);
?></div>
Expand Down

0 comments on commit e86eb5d

Please sign in to comment.