mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:58:40 +00:00
fix: post_question button
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3fb14ca50d
commit
236c338a68
@ -75,12 +75,12 @@
|
||||
<h3>提问</h3>
|
||||
<?php if ($my_questions_pag != null): ?>
|
||||
<div>
|
||||
<?php if ($post_question): ?>
|
||||
<div class="float-right">
|
||||
<div class="d-flex justify-content-between align-items-center mb-2">
|
||||
<h4 class="mb-0">我的提问</h4>
|
||||
<?php if ($post_question): ?>
|
||||
<button id="button-display-post-question" type="button" class="btn btn-primary btn-xs">提问题</button>
|
||||
</div>
|
||||
<?php endif ?>
|
||||
<h4>我的提问</h4>
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<?php if ($post_question): ?>
|
||||
<div id="div-form-post-question" style="display:none" class="bot-buffer-md">
|
||||
<?php $post_question->printHTML() ?>
|
||||
|
Loading…
Reference in New Issue
Block a user