Changeset b50a885 in Klonkt
- Timestamp:
- 06/15/2026 01:06:49 AM (3 months ago)
- Branches:
- main
- Children:
- f45fc82
- Parents:
- cb6b1ad
- Location:
- src/views
- Files:
-
- 2 edited
-
pages/post-edit.ejs (modified) (1 diff)
-
partials/track-editor.ejs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/views/pages/post-edit.ejs
rcb6b1ad rb50a885 48 48 <label class="pe-field"> 49 49 <span>Cover URL</span> 50 <input type=" url" name="cover_image_url" id="cover-url-field"50 <input type="text" name="cover_image_url" id="cover-url-field" 51 51 value="<%= post.cover_image_url || '' %>" 52 placeholder="https://… of upload met de knop"> 52 inputmode="url" autocapitalize="none" spellcheck="false" 53 placeholder="/media/… of https://… (of upload met de knop)"> 53 54 </label> 54 55 <div class="pe-cover-upload"> -
src/views/partials/track-editor.ejs
rcb6b1ad rb50a885 407 407 </button>` : ''} 408 408 </div> 409 <input type=" url" id="te-cover-url"410 placeholder=" of plak URL:https://…"409 <input type="text" id="te-cover-url" inputmode="url" 410 placeholder="/media/… of https://…" 411 411 autocomplete="off" autocapitalize="none" spellcheck="false" 412 412 value="${esc(track.cover_url || '')}">
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)