From f38161608b867b125e2ce56f40aa34239f8d8e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thibault=20Delavall=C3=A9e?= Date: Wed, 14 May 2014 18:36:58 +0200 Subject: [PATCH] [FIX] website_forum: fixed commit 9426: values were badly computed for the link_button template leading to most buttons being buggy on the forum. --- addons/website_forum/views/website_forum.xml | 59 ++++++++++---------- 1 file changed, 29 insertions(+), 30 deletions(-) diff --git a/addons/website_forum/views/website_forum.xml b/addons/website_forum/views/website_forum.xml index 6bc5f02d5e9..fd45d9ce5a3 100644 --- a/addons/website_forum/views/website_forum.xml +++ b/addons/website_forum/views/website_forum.xml @@ -441,9 +441,9 @@

- - Reopen - fa-arrow-right + + +
@@ -465,37 +465,37 @@
  • - - Close - text-muted fa-times + + +
  • - - Reopen - text-muted fa-undo + + +
  • - - Edit - text-muted fa-edit + + +
  • - - Delete - text-muted fa-trash-o + + +
  • - - Undelete - text-muted fa-trash-o + + +
  • @@ -544,16 +544,16 @@
  • - - Delete - text-muted fa-trash-o + + +
  • - - Convert as a comment - text-muted fa-magic + + +
  • @@ -593,16 +593,15 @@ t-attf-data-href="/forum/#{slug(forum)}/post/#{slug(object)}/comment/#{slug(message)}/delete" class="close comment_delete">× + + + + + on - - - - Convert as an answer - text-muted fa-magic pull-right -