11
This commit is contained in:
BIN
Data/pages.db
BIN
Data/pages.db
Binary file not shown.
Binary file not shown.
@@ -55,7 +55,7 @@
|
|||||||
|
|
||||||
<div class="form-group row mb-1">
|
<div class="form-group row mb-1">
|
||||||
<div class="col-sm-10 offset-sm-2">
|
<div class="col-sm-10 offset-sm-2">
|
||||||
<button type="submit" class="btn btn-success rounded-0">Save!</button>
|
<button type="submit" class="btn btn-success rounded-0">保存!</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -64,5 +64,5 @@
|
|||||||
<br />
|
<br />
|
||||||
|
|
||||||
<form action="@GlobalConfiguration.BasePath/Admin/DeleteEmoji/@Model.Emoji.Name">
|
<form action="@GlobalConfiguration.BasePath/Admin/DeleteEmoji/@Model.Emoji.Name">
|
||||||
<button type="submit" class="btn btn-danger rounded-0">Delete Emoji</button>
|
<button type="submit" class="btn btn-danger rounded-0">删除Emoji</button>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
找找有没有你想要的<br /><br />
|
找一找,有没有你想要的<br /><br />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
|
@if (!string.IsNullOrEmpty(Model.ErrorMessage))
|
||||||
|
|||||||
Reference in New Issue
Block a user