summaryrefslogtreecommitdiff
path: root/app/views/users/terms/index.html.haml
diff options
context:
space:
mode:
authorTim Zallmann <tzallmann@gitlab.com>2018-06-04 17:02:49 +0200
committerTim Zallmann <tzallmann@gitlab.com>2018-06-04 17:02:49 +0200
commit840ce49d4b682e6f39cd22804be25d3c0311969b (patch)
tree1bb138b0a2cf818e2c9e975f3efd129546bc9d56 /app/views/users/terms/index.html.haml
parent9c2961947826442e780285cb551583b09cf6dae9 (diff)
downloadgitlab-ce-840ce49d4b682e6f39cd22804be25d3c0311969b.tar.gz
Diffstat (limited to 'app/views/users/terms/index.html.haml')
-rw-r--r--app/views/users/terms/index.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/users/terms/index.html.haml b/app/views/users/terms/index.html.haml
index e0fe551cf36..b9f25a71170 100644
--- a/app/views/users/terms/index.html.haml
+++ b/app/views/users/terms/index.html.haml
@@ -1,8 +1,8 @@
- redirect_params = { redirect: @redirect } if @redirect
-.panel-content.rendered-terms
+.card-body.rendered-terms
= markdown_field(@term, :terms)
-.row-content-block.footer-block.clearfix
+.card-footer.footer-block.clearfix
- if can?(current_user, :accept_terms, @term)
.float-right
= button_to accept_term_path(@term, redirect_params), class: 'btn btn-success prepend-left-8' do