mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-11 15:51:19 +00:00
Handle the case where user has no projects.
This commit is contained in:
parent
c4c657f5d4
commit
0cceeffcd8
2 changed files with 5 additions and 1 deletions
templates
|
@ -105,7 +105,7 @@
|
|||
{% endfor %}
|
||||
</table>
|
||||
{% else %}
|
||||
<p>You don't have any projects. Create one!</p>
|
||||
<p>You do not have any projects. Create one!</p>
|
||||
{% endif %}
|
||||
|
||||
<a
|
||||
|
|
|
@ -41,6 +41,10 @@
|
|||
</div>
|
||||
</div>
|
||||
</a>
|
||||
{% empty %}
|
||||
<div class="col-sm-12">
|
||||
<p>You do not have any projects.</p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue