Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add admin link to notes #8103

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Add admin link to notes #8103

wants to merge 2 commits into from

Conversation

garethrees
Copy link
Member

Screenshot 2024-01-17 at 18 06 44

<aside class="authority__header__notes" id="notes">
  <article id="note_1" class="note">
    <h1>
      title
    </h1>A note
    <p class="event_actions">
      <a href="/admin/notes/1/edit">Admin</a>
    </p>
  </article>
  <article id="note_4" class="note">
    Another note!
    <p class="event_actions">
      <a href="/admin/notes/4/edit">Admin</a>
    </p>
  </article>
  <article id="note_5" class="note tag-foo">
    A foo-ey note
    <p class="event_actions">
      <a href="/admin/notes/5/edit">Admin</a>
    </p>
  </article>
</aside>

@garethrees garethrees changed the title Admin on notes Add admin link to notes Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant