mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-03 06:22:35 +08:00
styling for version reviews page
This commit is contained in:
parent
15108e1170
commit
f0d6f62929
@ -62,16 +62,23 @@
|
|||||||
<#if headerData.isCurrentUser(mostRecentUnfinishedReview.userId)>
|
<#if headerData.isCurrentUser(mostRecentUnfinishedReview.userId)>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<div class="input-group" style="width: 100%;
|
<div class="input-group" style="width: 100%; margin-top: 1em; border-radius: 4px 4px 0 0;">
|
||||||
margin-top: 1em;">
|
<div class="input-group-prepend">
|
||||||
<textarea type="text" class="form-control textarea-addmessage" placeholder="Message" autocomplete="off"></textarea>
|
<span class="input-group-text">Review Message</span>
|
||||||
<div class="input-group-addon btn btn-review-addmessage-submit btn-primary"><i class="fas fa-clipboard"></i> <@spring.message "review.addmessage" /></div>
|
</div>
|
||||||
|
<textarea type="text" class="form-control textarea-addmessage" autocomplete="off" aria-label="Review Message"></textarea>
|
||||||
|
<div class="input-group-append">
|
||||||
|
<button class="btn btn-review-addmessage-submit btn-primary">
|
||||||
|
<i class="fas fa-clipboard"></i>
|
||||||
|
<@spring.message "review.addmessage" />
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</#if>
|
</#if>
|
||||||
</#if>
|
</#if>
|
||||||
<div class="row version-description">
|
<div class="row version-description mt-2">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<h2><@spring.message "review.log" /></h2>
|
<h2><@spring.message "review.log" /></h2>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user