mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 19:20:56 +01:00
Merge pull request #148 from hoffmann/patch-1
Add check if readme is defined
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% if readme is not empty %}
|
{% if readme is defined and readme is not empty %}
|
||||||
<div class="readme-view">
|
<div class="readme-view">
|
||||||
<div class="readme-header">
|
<div class="readme-header">
|
||||||
<div class="meta">{{ readme.filename }}</div>
|
<div class="meta">{{ readme.filename }}</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user