- 05 Feb, 2021 16 commits
-
-
ViolanteCodes authored
-
ViolanteCodes authored
moved issue_detail url generation to ProjectDetailView view (vs project_detail template). created a dict for issues list and generated urls, assigned in dict and retrieved in template
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
- 04 Feb, 2021 6 commits
-
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
- 02 Feb, 2021 4 commits
-
-
MariaV authored
Fixed user_landing.html (project.short_name_with_namespace) to (project.name_with_namespace) See merge request tpo/tpa/anon_ticket!73
-
ViolanteCodes authored
fixed changed tag on user_landing.html where tag was refering to "project.short_name_with namespace" (deleted attribute). changed to project.name_with_namespace
-
ViolanteCodes authored
-
- 29 Jan, 2021 14 commits
-
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
adjusted margin on the top of the pill badges for labels - back to project badge link and see on gitlab badge link are now both working
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
-
ViolanteCodes authored
added an extra return statement to the check_if_open_issues and check_if_closed_issues methods on the ProjectDetail context, will return and end loop as soon as 1 matching issue (open or closed) is found
-
ViolanteCodes authored
added new {% if %} blocks to project_detail.html template that leverage the new open_issues_flag and closed_issues_flag in the ProjectDetailView context