Files
fizzy/app/views/users/_access_tokens.html.erb
T
2026-02-02 12:36:48 +01:00

7 lines
293 B
Plaintext

<section class="settings__section flex flex-column align-center">
<header>
<h2 class="divider">Developer</h2>
<div>Manage <%= link_to "personal access tokens", my_access_tokens_path, class: "btn btn--plain txt-link" %> used with the Fizzy developer API.</div>
</header>
</section>