mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 07:34:24 +01:00
Fixed little typo
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
<h2 class="mb-0">@ViewData["Title"]</h2>
|
<h2 class="mb-0">@ViewData["Title"]</h2>
|
||||||
<div class="d-flex gap-3 mt-3 mt-sm-0">
|
<div class="d-flex gap-3 mt-3 mt-sm-0">
|
||||||
<button name="command" type="submit" value="save" class="btn btn-primary">Submit</button>
|
<button name="command" type="submit" value="save" class="btn btn-primary">Submit</button>
|
||||||
<button name="command" type="button" class="btn btn-primary" style="display: none" id="import">Import wth Nostr extension</button>
|
<button name="command" type="button" class="btn btn-primary" style="display: none" id="import">Import with Nostr extension</button>
|
||||||
@if (!string.IsNullOrEmpty(Model.Name))
|
@if (!string.IsNullOrEmpty(Model.Name))
|
||||||
{
|
{
|
||||||
<button name="command" type="submit" value="remove" class="btn btn-danger">Clear</button>
|
<button name="command" type="submit" value="remove" class="btn btn-danger">Clear</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user