mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-26 18:48:42 +02:00
feat: automated replacement
This commit is contained in:
1
app/templates/crispy-daisyui/layout/tab-link.html
Normal file
1
app/templates/crispy-daisyui/layout/tab-link.html
Normal file
@@ -0,0 +1 @@
|
||||
<input type="radio" name="{{ link.css_id }}_tabs" role="tab" class="tw:tab{% if 'active' in link.css_class %} tw:tab-active{% endif %}" aria-label="{{ link.name|capfirst }}{% if tab.errors %}!{% endif %}" {% if 'active' in link.css_class %}checked="checked"{% endif %} />
|
||||
Reference in New Issue
Block a user