From cc7f0a3974ed37f7cb54e24712f638eafe694dc6 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 22 2014 10:57:49 +0000 Subject: Only show the readme section if there is a readme to display --- diff --git a/progit/templates/repo_info.html b/progit/templates/repo_info.html index 7e1624c..90f98b9 100644 --- a/progit/templates/repo_info.html +++ b/progit/templates/repo_info.html @@ -158,9 +158,11 @@ + {% if readme %}
{{ readme }}
+ {% endif %} {% endif %}