|
|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
<div style="max-width: 1600px" class="mx-auto pl-4">
|
|
|
|
|
<div class="flex justify-between py-1.5 items-center pr-4 sticky top-0 md:relative z-10 bg-base-100">
|
|
|
|
|
<a href="<%= signed_in? ? template_path(@submission.template) : '/' %>" class="flex items-center space-x-3 py-1">
|
|
|
|
|
<a href="<%= signed_in? && @submission.template.account_id == current_account&.id ? template_path(@submission.template) : '/' %>" class="flex items-center space-x-3 py-1">
|
|
|
|
|
<span><%= render 'submissions/logo' %></span>
|
|
|
|
|
<span class="text-xl md:text-3xl font-semibold focus:text-clip" style="overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;"><%= @submission.template.name %></span>
|
|
|
|
|
</a>
|
|
|
|
|
|