WIP Add Tailwind CSS
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-02-08 22:09:11 +01:00
parent 260dedb6cf
commit 814633034f
22 changed files with 415 additions and 117 deletions

View File

@@ -0,0 +1,6 @@
<% if user_signed_in? %>
<p class="current-user mt-8">
Signed in as <strong class="text-white font-normal"><%= current_user.cn %>@kosmos.org</strong>.
<%= link_to "Log out", destroy_user_session_path, method: :delete, class: 'underline' %>
</p>
<% end %>