mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 07:25:50 +01:00
Remove unnecessary style class
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
<span class="muted">Discuss and review the changes in this comparison with others.</span>
|
<span class="muted">Discuss and review the changes in this comparison with others.</span>
|
||||||
</div>
|
</div>
|
||||||
<div id="pull-request-form" @*class="box"*@ style="display: none; margin-bottom: 20px;">
|
<div id="pull-request-form" style="display: none; margin-bottom: 20px;">
|
||||||
<form method="POST" action="@context.path/@originRepository.owner/@originRepository.name/pulls/new" validate="true">
|
<form method="POST" action="@context.path/@originRepository.owner/@originRepository.name/pulls/new" validate="true">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-9">
|
<div class="col-md-9">
|
||||||
@@ -130,7 +130,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="box" style="margin-bottom: 20px;">
|
<div style="margin-bottom: 20px;">
|
||||||
@commits.map { day =>
|
@commits.map { day =>
|
||||||
<div style="margin-top: 8px; margin-bottom: 8px;" class="muted">
|
<div style="margin-top: 8px; margin-bottom: 8px;" class="muted">
|
||||||
Commits on @helpers.date(day.head.commitTime)
|
Commits on @helpers.date(day.head.commitTime)
|
||||||
|
|||||||
Reference in New Issue
Block a user