File tree 3 files changed +22
-20
lines changed
projects/templates/application_projects
3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 25
25
{% trans "Application" %}
26
26
</ a >
27
27
28
- < a
29
- class ="tab__item "
30
- href ="{% url 'funds:submissions:comments' pk=object.id %} "
31
- >
32
- {% trans "Conversations" %} ({{ comments_count }})
33
- </ a >
34
-
35
28
{% if PROJECTS_ENABLED and object.project %}
36
29
< a
37
30
class ="tab__item "
40
33
{% trans "Project" %}
41
34
</ a >
42
35
{% endif %}
36
+
37
+ < a
38
+ class ="tab__item "
39
+ href ="{% url 'funds:submissions:comments' pk=object.id %} "
40
+ >
41
+ {% trans "Conversation" %} ({{ comments_count }})
42
+ </ a >
43
+
43
44
{# is_staff is only used for Django Admin. #}
44
45
{% if request.user.is_staff %}
45
46
< a class ="tab__item tab__item--right js-tabs-off " href ="{% url 'admin:activity_event_changelist' %}?submission__id={{ object.id }} ">
Original file line number Diff line number Diff line change 21
21
{% trans "Application" %}
22
22
</ a >
23
23
24
- < a class ="tab__item tab__item--active "
25
- href ="{% url 'funds:submissions:comments' pk=object.id %} "
26
- data-tab ="tab-2 "
27
- >
28
- {% trans "Conversations" %} ({{ comments_count }})
29
- </ a >
30
-
31
24
{% if object.project and PROJECTS_ENABLED %}
32
25
< a class ="tab__item "
33
26
href ="{% url 'apply:projects:detail' pk=object.id %} "
36
29
</ a >
37
30
{% endif %}
38
31
32
+ < a class ="tab__item tab__item--active "
33
+ href ="{% url 'funds:submissions:comments' pk=object.id %} "
34
+ data-tab ="tab-2 "
35
+ >
36
+ {% trans "Conversation" %} ({{ comments_count }})
37
+ </ a >
38
+
39
39
{# is_staff is only used for Django Admin. #}
40
40
{% if request.user.is_staff %}
41
41
< a
Original file line number Diff line number Diff line change 23
23
</ a >
24
24
25
25
< a
26
- class ="tab__item "
27
- href ="{% url 'funds:submissions:comments ' pk=object.submission.id %} "
26
+ class ="tab__item tab__item--active "
27
+ href ="{% url 'apply:projects:detail ' pk=object.submission.id %} "
28
28
>
29
- {% trans "Conversations " %} ({{ comments_count }})
29
+ {% trans "Project " %}
30
30
</ a >
31
31
32
32
< a
33
- class ="tab__item tab__item--active "
34
- href ="{% url 'apply:projects:detail ' pk=object.id %} "
33
+ class ="tab__item "
34
+ href ="{% url 'funds:submissions:comments ' pk=object.submission .id %} "
35
35
>
36
- {% trans "Project " %}
36
+ {% trans "Conversation " %} ({{ comments_count }})
37
37
</ a >
38
+
38
39
</ div >
39
40
</ div >
40
41
</ div >
You can’t perform that action at this time.
0 commit comments