mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-07 08:33:34 +02:00
minor styling
This commit is contained in:
@@ -58,7 +58,7 @@ define('admin/extend/rewards', function() {
|
||||
}
|
||||
|
||||
inputs.forEach(function(input) {
|
||||
html += '<label for="' + input.name + '">' + input.label;
|
||||
html += '<label for="' + input.name + '">' + input.label + '<br />';
|
||||
switch (input.type) {
|
||||
case 'select':
|
||||
html += '<select name="' + input.name + '">';
|
||||
@@ -70,7 +70,7 @@ define('admin/extend/rewards', function() {
|
||||
html += '<input type="text" name="' + input.name +'" />';
|
||||
break;
|
||||
}
|
||||
html += '</label>';
|
||||
html += '</label><br />';
|
||||
});
|
||||
|
||||
div.html(html);
|
||||
|
||||
Reference in New Issue
Block a user