Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix button Quay lại
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaqc committed Mar 7, 2024
1 parent 53ee21c commit 5a5de06
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/main/webapp/view/jsp/management/order/order-detail.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,8 @@
<label class="form-label" for="country"><strong>Ghi chú</strong></label>
<textarea class="form-control" id="order-note" readonly=""></textarea>
</div>
<a class="back" href="<%=request.getContextPath()%>/order" style="color: white; text-decoration: none;">
<button class="btn btn-primary btn-sm" type="button">
Quay lại
</button>
<a class="btn btn-primary btn-sm back" href="<%=request.getContextPath()%>/order" style="color: white; text-decoration: none;">
Quay lại
</a>
</div>
</form>
Expand Down

0 comments on commit 5a5de06

Please sign in to comment.