Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Sep 30, 2024
1 parent f1fa742 commit 45ced5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
{% if item.children %}
<li class="dropdown dropdown-hover dropdown-bottom ">
<div tabindex="0" role="button" class="btn btn-ghost">
<a {% if item.boost %}hx-boost="true"{% else %}hx-boost="false"{% endif %} {% if item.url %} href="{{item.url}}"{% endif %} class="{% if item.selected %}{% endif %}">
{{item.title}}
<a {% if item.boost %}hx-boost="true"{% else %}hx-boost="false"{% endif %} {% if item.url %} href="{{ item.url }}"{% endif %} class="{% if item.selected %}{% endif %}">
{{ item.title }}
</a>
</div>
<ul tabindex="0" class="dropdown-content p-2 rounded-md z-[15] menu ml-0 p-2 shadow bg-neutral-800 rounded-box w-52">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ <h3 class="text-neutral-900 dark:text-neutral-200 text-sm font-medium pr-8">#{{
{% if incident.updated_at != incident.created_at %}
<p class="mt-2 text-neutral-400 dark:text-neutral-300 text-xs">Last event: {{ incident.latest_event_ts|naturaltime }}</p>
{% endif %}
<p class="text-neutral-400 dark:text-neutral-300 text-xs">Opened: {{ incident.created_at | naturaltime }}</p>
<p class="text-neutral-400 dark:text-neutral-300 text-xs">Opened: {{ incident.created_at|naturaltime }}</p>
</a>
</li>
</div>
Expand Down

0 comments on commit 45ced5d

Please sign in to comment.