mirror of
https://github.com/logos-co/open-law.git
synced 2025-02-03 18:44:45 +00:00
Merge pull request #158 from Simple2B/kostia/fix/styles_fix
fix link button
This commit is contained in:
commit
1ed02e0035
@ -11,8 +11,8 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
{% if sub_collection.active_children %}
|
{% if sub_collection.active_children %}
|
||||||
{{recursive_render("book/components/sub_collection_preview_content.html",sub_collection,book)|safe}}
|
{{recursive_render("book/components/sub_collection_preview_content.html",sub_collection,book)|safe}}
|
||||||
{% else %}
|
{% else %}
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
{% for section in sub_collection.active_sections %}
|
{% for section in sub_collection.active_sections %}
|
||||||
<div class="bg-inherit max-w-full text-gray-900 dark:text-white mt-1">
|
<div class="bg-inherit max-w-full text-gray-900 dark:text-white mt-1">
|
||||||
@ -20,15 +20,14 @@
|
|||||||
<div class="flex w-full mb-1 dark:text-gray-100 flex-col">
|
<div class="flex w-full mb-1 dark:text-gray-100 flex-col">
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<a href="{{url_for('book.interpretation_view', book_id=book.id, section_id=section.copy_of or section.id)}}">
|
<a href="{{url_for('book.interpretation_view', book_id=book.id, section_id=section.copy_of or section.id)}}">
|
||||||
<p id="section-{{section.label}}" class="my-3">{{ section.label }}</p></a>
|
<p id="section-{{section.label}}" class="my-3">{{ section.label }}</p></a>
|
||||||
{% if not section.active_interpretations %}
|
{% if not section.active_interpretations %}
|
||||||
<p class="ml-3 my-3 italic text-sm">This section is empty</p>
|
<p class="ml-3 my-3 italic text-sm">This section is empty</p>
|
||||||
{% else %}
|
{% else %}
|
||||||
<div class="ql-snow">
|
<div class="ql-snow">
|
||||||
<div class="dark:text-white h-30 ql-editor-readonly !px-0">
|
<div class="dark:text-white h-30 ql-editor-readonly !px-0">
|
||||||
<p>
|
<p>
|
||||||
{{display_inline_elements(section.approved_interpretation.text)|safe
|
{{display_inline_elements(section.approved_interpretation.text)|safe}}
|
||||||
}}
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@ -41,8 +40,7 @@
|
|||||||
class="text-blue-500 {% if section.approved_interpretation.user.is_deleted %}line-through{% endif %}">
|
class="text-blue-500 {% if section.approved_interpretation.user.is_deleted %}line-through{% endif %}">
|
||||||
{{section.approved_interpretation.user.username}}
|
{{section.approved_interpretation.user.username}}
|
||||||
</a>
|
</a>
|
||||||
on {{section.approved_interpretation.created_at.strftime('%B %d,
|
on {{section.approved_interpretation.created_at.strftime('%B %d %Y')}}
|
||||||
%Y')}}
|
|
||||||
</span>
|
</span>
|
||||||
<button
|
<button
|
||||||
data-tooltip-target="tooltip-click"
|
data-tooltip-target="tooltip-click"
|
||||||
@ -54,13 +52,8 @@
|
|||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6" > <path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15" /> </svg>
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6" > <path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15" /> </svg>
|
||||||
</button>
|
</button>
|
||||||
<div
|
<!-- prettier-ignore -->
|
||||||
id="tooltip-click"
|
<div id="tooltip-click" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Link copied! <div class="tooltip-arrow" data-popper-arrow></div> </div>
|
||||||
role="tooltip"
|
|
||||||
class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700">
|
|
||||||
Link copied!
|
|
||||||
<div class="tooltip-arrow" data-popper-arrow></div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
<!--Comments-->
|
<!--Comments-->
|
||||||
{% if not section.approved_comments %}
|
{% if not section.approved_comments %}
|
||||||
@ -107,15 +100,29 @@
|
|||||||
on {{comment.created_at.strftime('%B %d, %Y')}}
|
on {{comment.created_at.strftime('%B %d, %Y')}}
|
||||||
</span>
|
</span>
|
||||||
<div>
|
<div>
|
||||||
<!-- prettier-ignore -->
|
|
||||||
<a class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white" href="{{ build_qa_url(section.approved_interpretation) }}">
|
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<button data-tooltip-target="tooltip-click" data-tooltip-trigger="click" id="copyLinkButton" type="button" class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white" data-link="{{ build_qa_url(section.approved_interpretation) }}">
|
<a class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white" href="{{ build_qa_url(section.approved_interpretation) }}">
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15" /> </svg>
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z" /> </svg>
|
||||||
</button>
|
</a>
|
||||||
<div id="tooltip-click" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Link copied! <div class="tooltip-arrow" data-popper-arrow></div> </div>
|
<button
|
||||||
</div>
|
data-tooltip-target="tooltip-click"
|
||||||
|
data-tooltip-trigger="click"
|
||||||
|
id="copyLinkButton"
|
||||||
|
type="button"
|
||||||
|
class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white"
|
||||||
|
data-link="{{ build_qa_url(section.approved_interpretation) }}">
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15" /> </svg>
|
||||||
|
</button>
|
||||||
|
<div
|
||||||
|
id="tooltip-click"
|
||||||
|
role="tooltip"
|
||||||
|
class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700">
|
||||||
|
Link copied!
|
||||||
|
<div class="tooltip-arrow" data-popper-arrow></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
@ -127,10 +134,10 @@
|
|||||||
</div>
|
</div>
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% for section in collection.active_sections %}
|
{% for section in collection.active_sections %}
|
||||||
<a
|
<a
|
||||||
href="{{url_for('book.interpretation_view', book_id=book.id, section_id=section.copy_of or section.id)}}">
|
href="{{url_for('book.interpretation_view', book_id=book.id, section_id=section.copy_of or section.id)}}">
|
||||||
<p id="section-{{section.label}}" class="my-3">{{ section.label }}</p>
|
<p id="section-{{section.label}}" class="my-3">{{ section.label }}</p>
|
||||||
@ -157,20 +164,25 @@
|
|||||||
on {{section.approved_interpretation.created_at.strftime('%B %d, %Y')}}
|
on {{section.approved_interpretation.created_at.strftime('%B %d, %Y')}}
|
||||||
</span>
|
</span>
|
||||||
<div>
|
<div>
|
||||||
<!-- prettier-ignore -->
|
|
||||||
<a class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white" href="{{ build_qa_url(section.approved_interpretation) }}">
|
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<button
|
<button
|
||||||
data-tooltip-target="tooltip-click"
|
data-tooltip-target="tooltip-click"
|
||||||
data-tooltip-trigger="click"
|
data-tooltip-trigger="click"
|
||||||
id="copyLinkButton"
|
id="copyLinkButton"
|
||||||
type="button"
|
type="button"
|
||||||
class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white"
|
class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white"
|
||||||
data-link="{{ build_qa_url(section.approved_interpretation) }}">
|
data-link="{{ build_qa_url(section.approved_interpretation) }}">
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15" /> </svg>
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15" /> </svg>
|
||||||
</button>
|
</button>
|
||||||
<div id="tooltip-click" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Link copied! <div class="tooltip-arrow" data-popper-arrow></div> </div> </div>
|
<div
|
||||||
|
id="tooltip-click"
|
||||||
|
role="tooltip"
|
||||||
|
class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700">
|
||||||
|
Link copied!
|
||||||
|
<div class="tooltip-arrow" data-popper-arrow></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!--Comments-->
|
<!--Comments-->
|
||||||
@ -181,57 +193,57 @@
|
|||||||
{% else %}
|
{% else %}
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<div id="accordion-comments-collapse-nest{{loop.index}}" data-accordion="collapse" class="mb-3">
|
<div id="accordion-comments-collapse-nest{{loop.index}}" data-accordion="collapse" class="mb-3">
|
||||||
<h2 id="accordion-comments-collapse-nest{{loop.index}}-heading-{{loop.index}}">
|
<h2 id="accordion-comments-collapse-nest{{loop.index}}-heading-{{loop.index}}">
|
||||||
<!-- prettier-ignore -->
|
|
||||||
<button type="button" class="flex items-center bg-inherit justify-start w-full p-5 font-medium text-left" data-accordion-target="#accordion-comments-collapse-nest{{loop.index}}-body-{{loop.index}}" aria-expanded="false" aria-controls="accordion-collapse-body-1">
|
|
||||||
<!-- prettier-ignore -->
|
<!-- prettier-ignore -->
|
||||||
<svg data-accordion-icon class="w-6 h-6 rotate-180 shrink-0" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg>
|
<button type="button" class="flex items-center bg-inherit justify-start w-full p-5 font-medium text-left" data-accordion-target="#accordion-comments-collapse-nest{{loop.index}}-body-{{loop.index}}" aria-expanded="false" aria-controls="accordion-collapse-body-1">
|
||||||
<span><i>Comments:</i> </span>
|
<!-- prettier-ignore -->
|
||||||
</button>
|
<svg data-accordion-icon class="w-6 h-6 rotate-180 shrink-0" fill="currentColor" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z" clip-rule="evenodd"></path> </svg>
|
||||||
</h2>
|
<span><i>Comments:</i> </span>
|
||||||
<!-- prettier-ignore -->
|
</button>
|
||||||
<div id="accordion-comments-collapse-nest{{loop.index}}-body-{{loop.index}}" class="hidden" aria-labelledby="accordion-collapse-heading-1">
|
</h2>
|
||||||
{% for comment in section.approved_comments %}
|
<!-- prettier-ignore -->
|
||||||
<div class="p-5 ml-6">
|
<div id="accordion-comments-collapse-nest{{loop.index}}-body-{{loop.index}}" class="hidden" aria-labelledby="accordion-collapse-heading-1">
|
||||||
<div class="dark:text-white h-30">
|
{% for comment in section.approved_comments %}
|
||||||
<div class="ql-snow mb-2">
|
<div class="p-5 ml-6">
|
||||||
<div class="dark:text-white h-30 ql-editor-readonly !px-0">
|
<div class="dark:text-white h-30">
|
||||||
<p>{{ display_inline_elements(comment.text)|safe }}</p>
|
<div class="ql-snow mb-2">
|
||||||
|
<div class="dark:text-white h-30 ql-editor-readonly !px-0">
|
||||||
|
<p>{{ display_inline_elements(comment.text)|safe }}</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="flex w-full ml-auto align-center justify-between space-x-3 border-t py-3">
|
||||||
|
<span class="text-sm">
|
||||||
|
Created by
|
||||||
|
<a
|
||||||
|
href="{{url_for('user.profile',user_id=comment.user.id)}}"
|
||||||
|
class="text-blue-500 {% if comment.user.is_deleted %}line-through{% endif %}"
|
||||||
|
>{{comment.user.username}}
|
||||||
|
</a>
|
||||||
|
on {{comment.created_at.strftime('%B %d, %Y')}}
|
||||||
|
</span>
|
||||||
|
<div>
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
<a class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white" href="{{ build_qa_url(section.approved_interpretation) }}">
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z" /> </svg>
|
||||||
|
</a>
|
||||||
|
<button
|
||||||
|
data-tooltip-target="tooltip-click"
|
||||||
|
data-tooltip-trigger="click"
|
||||||
|
id="copyLinkButton"
|
||||||
|
type="button"
|
||||||
|
class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white"
|
||||||
|
data-link="{{ build_qa_url(section.approved_interpretation) }}">
|
||||||
|
<!-- prettier-ignore -->
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15" /> </svg>
|
||||||
|
</button>
|
||||||
|
<div id="tooltip-click" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Link copied! <div class="tooltip-arrow" data-popper-arrow></div> </div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
{% endfor %}
|
||||||
class="flex w-full ml-auto align-center justify-between space-x-3 border-t py-3">
|
|
||||||
<span class="text-sm">
|
|
||||||
Created by
|
|
||||||
<a
|
|
||||||
href="{{url_for('user.profile',user_id=comment.user.id)}}"
|
|
||||||
class="text-blue-500 {% if comment.user.is_deleted %}line-through{% endif %}"
|
|
||||||
>{{comment.user.username}}
|
|
||||||
</a>
|
|
||||||
on {{comment.created_at.strftime('%B %d, %Y')}}
|
|
||||||
</span>
|
|
||||||
<div>
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
<a class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white" href="{{ build_qa_url(section.approved_interpretation) }}">
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M7.5 8.25h9m-9 3H12m-9.75 1.51c0 1.6 1.123 2.994 2.707 3.227 1.129.166 2.27.293 3.423.379.35.026.67.21.865.501L12 21l2.755-4.133a1.14 1.14 0 01.865-.501 48.172 48.172 0 003.423-.379c1.584-.233 2.707-1.626 2.707-3.228V6.741c0-1.602-1.123-2.995-2.707-3.228A48.394 48.394 0 0012 3c-2.392 0-4.744.175-7.043.513C3.373 3.746 2.25 5.14 2.25 6.741v6.018z" /> </svg>
|
|
||||||
</a>
|
|
||||||
<button
|
|
||||||
data-tooltip-target="tooltip-click"
|
|
||||||
data-tooltip-trigger="click"
|
|
||||||
id="copyLinkButton"
|
|
||||||
type="button"
|
|
||||||
class="hover:dark:text-white hover:text-black focus:ring-2 rounded-full font-medium text-sm p-2.5 text-center inline-flex items-center dark:hover:text-white"
|
|
||||||
data-link="{{ build_qa_url(section.approved_interpretation) }}">
|
|
||||||
<!-- prettier-ignore -->
|
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="w-6 h-6"> <path stroke-linecap="round" stroke-linejoin="round" d="M9 8.25H7.5a2.25 2.25 0 00-2.25 2.25v9a2.25 2.25 0 002.25 2.25h9a2.25 2.25 0 002.25-2.25v-9a2.25 2.25 0 00-2.25-2.25H15m0-3l-3-3m0 0l-3 3m3-3V15" /> </svg>
|
|
||||||
</button>
|
|
||||||
<div id="tooltip-click" role="tooltip" class="absolute z-10 invisible inline-block px-3 py-2 text-sm font-medium text-white bg-gray-900 rounded-lg shadow-sm opacity-0 tooltip dark:bg-gray-700"> Link copied! <div class="tooltip-arrow" data-popper-arrow></div> </div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
{% endfor %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endif %} {% endif %} {% endfor %} {% endif %}
|
{% endif %} {% endif %} {% endfor %} {% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user