Commit 51b0fb5a authored by ViolanteCodes's avatar ViolanteCodes
Browse files

updated project_list template to project.name_with_namespace vs project._short_name_with_namespace

parent 27d35234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@
                <td>
                    {% url 'project-detail' results.user_identifier project.slug as project_detail_url %}
                    <a href="{{project_detail_url}}">
                    {{project.gitlab_group.name}} / {{project.name}}</a>
                    {{project.name_with_namespace}}</a>
                </td>
                <td>
                    {{project.description|truncatewords:15}}