diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/news/list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html index f03b720..d6c83f9 100644 --- a/templates/news/list.html +++ b/templates/news/list.html @@ -18,7 +18,7 @@ <h2><a href="{{url_for('show_news', news_id = news.id)}}">{{ news.title }}</a></h2> {% if news.user_name==session.user_name %} - <p class="pull-right"> <a href="{{url_for('edit_news', news_id = news.id)}}"><i data-toggle="tooltip" data-placement="bottom" title="Éditer" class="fa fa-pencil"></i></a> </p> + <p class="pull-right"> | <a href="{{url_for('edit_news', news_id = news.id)}}"><i data-toggle="tooltip" data-placement="bottom" title="Éditer" class="fa fa-pencil"></i></a> </p> {% endif %} <p class="comments pull-right"> |
