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 %}
|
||||
</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…
x
Reference in New Issue
Block a user