summaryrefslogtreecommitdiff
path: root/templates/rollback.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rollback.tpl')
-rw-r--r--templates/rollback.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/rollback.tpl b/templates/rollback.tpl
index 6bd8f6e..ca51e66 100644
--- a/templates/rollback.tpl
+++ b/templates/rollback.tpl
@@ -4,6 +4,6 @@
<form action="{$smarty.const.WIKI_PKG_URL}rollback.php" method="post">
<input type="hidden" name="content_id" value="{$gContent->mContentId}" />
<input type="hidden" name="version" value="{$version|escape}" />
-<input type="submit" class="btn btn-default" name="rollback" value="{tr}rollback{/tr}" />
+<input type="submit" class="ink-button" name="rollback" value="{tr}rollback{/tr}" />
</form>
</div>