summaryrefslogtreecommitdiff
path: root/modules/comment/views/comments.html.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-09-30 07:37:14 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-09-30 07:37:14 -0700
commita2108787257739a83708ea5c3bc21bd11e6dad17 (patch)
treedfa84fb573e7c4285089f6b201b2c1cda9ea2683 /modules/comment/views/comments.html.php
parent60d35b89929d9029c794f72d6a9c38b676e282f6 (diff)
parent72672bda39b76dae698805c3e0e6efdbdcf21105 (diff)
Merge branch 'master' into talmdal_dev
Diffstat (limited to 'modules/comment/views/comments.html.php')
-rw-r--r--modules/comment/views/comments.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/comment/views/comments.html.php b/modules/comment/views/comments.html.php
index dd706a23..ee4a8ad6 100644
--- a/modules/comment/views/comments.html.php
+++ b/modules/comment/views/comments.html.php
@@ -1,6 +1,6 @@
<?php defined("SYSPATH") or die("No direct script access.") ?>
<a href="<?= url::site("form/add/comments/{$item->id})") ?>" id="gAddCommentButton"
- class="gButtonLink ui-corner-all ui-icon-left ui-state-default right">
+ class="g-button ui-corner-all ui-icon-left ui-state-default right">
<span class="ui-icon ui-icon-comment"></span>
<?= t("Add a comment") ?>
</a>