diff options
Diffstat (limited to 'app/views/pdfresources/index.html.erb')
-rw-r--r-- | app/views/pdfresources/index.html.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/pdfresources/index.html.erb b/app/views/pdfresources/index.html.erb index ff29982..47f1591 100644 --- a/app/views/pdfresources/index.html.erb +++ b/app/views/pdfresources/index.html.erb @@ -5,6 +5,8 @@ <% content_for :title, "Pdfresources" %> + <%= link_to "Log out", Current.session, class: "underline my-3", data: { turbo_method: :delete }%> + <div class="flex justify-between items-center"> <h1 class="font-bold text-4xl">Pdfresources</h1> <%= link_to "New pdfresource", new_pdfresource_path, class: "rounded-lg py-3 px-5 bg-blue-600 text-white block font-medium" %> |