fix: Change path to reflect repo name

This commit is contained in:
sthag 2026-04-23 21:33:32 +02:00
parent 980b611a31
commit 49fa858003
8 changed files with 26 additions and 26 deletions

View file

@ -12,10 +12,10 @@
</ul>
</nav>
<div class="state">
<p>{% render 'hippie/partials/status-coord', id: "log" %}
<p>{% render 'hippie-view/partials/status-coord', id: "log" %}
/
{% render 'hippie/partials/status-date', id: "date" %}
{% render 'hippie-view/partials/status-date', id: "date" %}
/
{% render 'hippie/partials/status-time', id: "time" %}</p>
{% render 'hippie-view/partials/status-time', id: "time" %}</p>
</div>
</div>