Skip to content

Commit

Permalink
Add cover drag and drop prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
GMMan committed Jan 24, 2019
1 parent de9695f commit bc8f146
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions BleemSync/Views/Games/Manage.cshtml
Expand Up @@ -37,6 +37,7 @@
<div class="cover-dropzone">
<input type="hidden" name="Cover" class="cover-upload" />
<img class="cover-preview" src="http://fpoimg.com/226x226" />
<div>Drag and drop cover here</div>
</div>
<textbox asp-for="Name" />
<textbox asp-for="SortName" />
Expand All @@ -63,9 +64,10 @@
<hidden asp-for="Id" />
<hidden asp-for="ParentId" />

<div class="cover-dropzone">
<input type="hidden" name="Cover" class="cover-upload" />
<img class="cover-preview" src="http://fpoimg.com/226x226" />
<div class="cover-dropzone">
<input type="hidden" name="Cover" class="cover-upload" />
<img class="cover-preview" src="http://fpoimg.com/226x226" />
<div>Drag and drop cover here</div>
</div>

<textbox asp-for="Name" />
Expand Down

0 comments on commit bc8f146

Please sign in to comment.