Changeset d89d25b for KernelRecordsMVC.Web/Views/Admin/Index.cshtml
- Timestamp:
- 09/01/26 07:17:16 (4 weeks ago)
- Branches:
- main
- Children:
- 595d2e5
- Parents:
- d2eccb3
- File:
-
- 1 edited
-
KernelRecordsMVC.Web/Views/Admin/Index.cshtml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
KernelRecordsMVC.Web/Views/Admin/Index.cshtml
rd2eccb3 rd89d25b 13 13 <div> 14 14 15 <span class="admin-eyebrow"> 16 KERNEL RECORDS 17 </span> 15 <img src="~/images/logo.png" 16 asp-append-version="true" 17 alt="Kernel Records" 18 class="admin-page-logo" /> 18 19 19 20 <h1>Admin Dashboard</h1> … … 256 257 257 258 </a> 259 <a asp-action="Artists" 260 class="admin-action-card"> 261 262 <div class="admin-action-icon"> 263 ♫ 264 </div> 265 266 <div> 267 268 <h3>Manage Artists</h3> 269 270 <p> 271 Create and edit artist profiles, 272 descriptions and photos. 273 </p> 274 275 </div> 276 277 <span class="admin-action-arrow"> 278 → 279 </span> 280 281 </a> 282 283 284 <a asp-action="Releases" 285 class="admin-action-card"> 286 287 <div class="admin-action-icon"> 288 ◉ 289 </div> 290 291 <div> 292 293 <h3>Manage Releases</h3> 294 295 <p> 296 Browse and edit albums and singles 297 in the catalog. 298 </p> 299 300 </div> 301 302 <span class="admin-action-arrow"> 303 → 304 </span> 305 306 </a> 258 307 259 308 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
