mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-15 09:55:49 +01:00
Fix style classname
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
<form action="@context.path/admin/plugins/_reload" method="POST" class="pull-right">
|
<form action="@context.path/admin/plugins/_reload" method="POST" class="pull-right">
|
||||||
<input type="submit" value="Reload plugins" class="btn btn-default">
|
<input type="submit" value="Reload plugins" class="btn btn-default">
|
||||||
</form>
|
</form>
|
||||||
<h1 class="system-config-title">Plugins</h1>
|
<h1 class="system-settings-title">Plugins</h1>
|
||||||
@if(plugins.size > 0) {
|
@if(plugins.size > 0) {
|
||||||
<ul>
|
<ul>
|
||||||
@plugins.map { case (plugin, enabled) =>
|
@plugins.map { case (plugin, enabled) =>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ h1 {
|
|||||||
line-height: 32px;
|
line-height: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.system-config-title {
|
h1.system-settings-title {
|
||||||
margin-top: 0px;
|
margin-top: 0px;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user