Merge pull request #3262 from dstrukt/remove-back-to-list-ctas

Remove remaining "Back to list" CTAs
This commit is contained in:
Nicolas Dorier 2022-01-08 12:21:04 +09:00 committed by GitHub
commit f364451a96
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@
</div>
<div class="form-group mt-4">
<input type="submit" value="Create" class="btn btn-primary" id="Create" />
<a asp-action="ListApps" asp-route-storeId="@Context.GetStoreData().Id" class="btn btn-link px-0 ms-3">Back to list</a>
</div>
</form>
</div>

View file

@ -148,7 +148,6 @@
<div class="form-group mt-4">
<input type="submit" value="Create" class="btn btn-primary" id="Create" />
<a asp-action="ListInvoices" class="btn btn-link px-0 ms-3">Back to list</a>
</div>
</form>
</div>