diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/projects.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/projects.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/projects.html b/bitbake/lib/toaster/toastergui/templates/projects.html index a7192c2d72..7c612e8c43 100644 --- a/bitbake/lib/toaster/toastergui/templates/projects.html +++ b/bitbake/lib/toaster/toastergui/templates/projects.html | |||
| @@ -2,6 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | {% load static %} | 3 | {% load static %} |
| 4 | {% load projecttags %} | 4 | {% load projecttags %} |
| 5 | {% load project_url_tag %} | ||
| 5 | {% load humanize %} | 6 | {% load humanize %} |
| 6 | 7 | ||
| 7 | {% block pagecontent %} | 8 | {% block pagecontent %} |
| @@ -37,8 +38,10 @@ | |||
| 37 | {% include "basetable_top.html" %} | 38 | {% include "basetable_top.html" %} |
| 38 | {% for o in objects %} | 39 | {% for o in objects %} |
| 39 | <tr class="data" data-project="{{ o.id }}"> | 40 | <tr class="data" data-project="{{ o.id }}"> |
| 40 | <td><a href="{% url 'project' o.id %}">{{o.name}}</a></td> | 41 | <td data-project-field="name"> |
| 41 | <td class="updated"><a href="{% url 'project' o.id %}">{{o.updated|date:"d/m/y H:i"}}</a></td> | 42 | <a href="{% project_url o %}">{{o.name}}</a> |
| 43 | </td> | ||
| 44 | <td class="updated"><a href="{% project_url o %}">{{o.updated|date:"d/m/y H:i"}}</a></td> | ||
| 42 | <td data-project-field="release"> | 45 | <td data-project-field="release"> |
| 43 | {% if o.release %} | 46 | {% if o.release %} |
| 44 | <a href="{% url 'project' o.id %}#project-details">{{o.release.name}}</a> | 47 | <a href="{% url 'project' o.id %}#project-details">{{o.release.name}}</a> |
