Html fixes ✅
{{ resolvedDiscussionCount }}/{{ discussionCount }} {{ resolvedCountText }} resolved
-
Owner
diff --git a/circle/dashboard/templates/dashboard/vm-detail/_activity-timeline.html b/circle/dashboard/templates/dashboard/vm-detail/_activity-timeline.html index 6efbf35..b01f7a7 100644 --- a/circle/dashboard/templates/dashboard/vm-detail/_activity-timeline.html +++ b/circle/dashboard/templates/dashboard/vm-detail/_activity-timeline.html @@ -19,7 +19,7 @@ - {{ a.percentage }}% {% endif %} </strong> -{% endspaceless %}{% if a.times < 2 %} <span title="{{ a.started }}">{{ a.started|arrowfilter:LANGUAGE_CODE }}</span>{% endif %}{% if a.user %}, +{% endspaceless %}{% if a.times < 2 %} <span title="{{ a.started }}">{{ a.started|arrowfilter:LANGUAGE_CODE }}</span>{% endif %}{% if a.user %}, <a class="no-style-link" href="{% url "dashboard.views.profile" username=a.user.username %}"> {% include "dashboard/_display-name.html" with user=a.user show_org=True %} </a>
-
-
21 15 {% endif %} 22 16 <div class="col-xs-{% if saml2 %}6{% else %}12{% endif %}"> 23 17 <div class="login-form"> 24 <form action="" method="POST"> 25 {% csrf_token %} 26 {% crispy form %} 27 </form> 18 {% crispy form %} -
Owner
-
Owner
I can't call it html-fixes anymore then https://git.ik.bme.hu/circle/cloud/blob/master/circle/dashboard/forms.py#L1051
😿 -
Owner
-
-
Status changed to merged
Toggle commit list