mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
17 lines
502 B
PHP
17 lines
502 B
PHP
@extends('layout.basecomponent')
|
|
|
|
@section('componentJsName', 'habitcard')
|
|
|
|
@section('componentContent')
|
|
<div class="main well">
|
|
|
|
<h3>Habit overview <strong><span id="habitcard-habit-name"></span></strong></h3>
|
|
|
|
<p>
|
|
<strong>Tracked count:</strong> <span id="habitcard-habit-tracked-count"></span><br>
|
|
<strong>Last tracked:</strong> <span id="habitcard-habit-last-tracked"></span> <time id="habitcard-habit-last-tracked-timeago" class="timeago timeago-contextual"></time><br>
|
|
</p>
|
|
|
|
</div>
|
|
@stop
|