Commit 21f28abe authored by ViolanteCodes's avatar ViolanteCodes
Browse files

updated project list template to include a "no description provided" entry if...

updated project list template to include a "no description provided" entry if there is no description
parent 51b0fb5a
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -43,8 +43,11 @@
                    <a href="{{project_detail_url}}">
                    {{project.name_with_namespace}}</a>
                </td>
                <td>
                <td>{% if project.description %}
                    {{project.description|truncatewords:15}}
                    {% else %}
                    <span class="text-muted">(No description provided.)</span>
                    {% endif %}
                </td>
                <td>
                    <a href="{{project.url}}">Link on Gitlab</a>