forked from GithubBackups/healthchecks
Handle the case where user has no projects.
This commit is contained in:
parent
c4c657f5d4
commit
0cceeffcd8
@ -105,7 +105,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
{% else %}
|
{% else %}
|
||||||
<p>You don't have any projects. Create one!</p>
|
<p>You do not have any projects. Create one!</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<a
|
<a
|
||||||
|
@ -41,6 +41,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
|
{% empty %}
|
||||||
|
<div class="col-sm-12">
|
||||||
|
<p>You do not have any projects.</p>
|
||||||
|
</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user