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">
|
||||
<input type="submit" value="Reload plugins" class="btn btn-default">
|
||||
</form>
|
||||
<h1 class="system-config-title">Plugins</h1>
|
||||
<h1 class="system-settings-title">Plugins</h1>
|
||||
@if(plugins.size > 0) {
|
||||
<ul>
|
||||
@plugins.map { case (plugin, enabled) =>
|
||||
|
||||
@@ -16,7 +16,7 @@ h1 {
|
||||
line-height: 32px;
|
||||
}
|
||||
|
||||
h1.system-config-title {
|
||||
h1.system-settings-title {
|
||||
margin-top: 0px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user