summaryrefslogtreecommitdiff
path: root/app/views/index/index.phtml
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-06-15 13:25:48 +0200
committerGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-06-15 13:25:48 +0200
commit3ba63a170ec385910f2e743c648dd977c5eee135 (patch)
tree1ee4393f68496e6ec88c57aa8e2e396bb096ca88 /app/views/index/index.phtml
parent215b0a564e00874367a2730f204f967a1c336ebc (diff)
Suppression des 'notes' sur les articles, pas utile
Diffstat (limited to 'app/views/index/index.phtml')
-rw-r--r--app/views/index/index.phtml7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml
index 1a07cdb46..30df591eb 100644
--- a/app/views/index/index.phtml
+++ b/app/views/index/index.phtml
@@ -77,13 +77,6 @@ if ($output == 'rss') {
<ul class="horizontal-list bottom">
<li class="item">
- <?php if ($item->notes () != '') { ?>
- <i class="icon i_note"></i> <a class="note" href="<?php echo _url ('entry', 'note', 'id', $item->id ()); ?>"><?php echo Translate::t ('update_note'); ?></a>
- <?php } else { ?>
- <i class="icon i_note_empty"></i> <a class="note" href="<?php echo _url ('entry', 'note', 'id', $item->id ()); ?>"><?php echo Translate::t ('add_note'); ?></a>
- <?php } ?>
- </li>
- <li class="item">
<div class="dropdown">
<div id="dropdown-share-<?php echo $item->id ();?>" class="dropdown-target"></div>
<i class="icon i_share"></i> <a class="dropdown-toggle" href="#dropdown-share-<?php echo $item->id ();?>"><?php echo Translate::t ('share'); ?></a>