{% extends 'cmdb/ci_details.html' %} {% load icons %} {% load query %} {% load bob %} {% block ci_content %}

Last Repo changes

{% for f in git_changes %} {% endfor %}
ID Date File Paths Comment Author Changeset Number of errors
{{ f.id }} {{ f.created }} {{ f.file_paths}} {{ f.comment}} {{ f.author}} {{ f.changeset }} {{ puppet_feedback_errors|default:"0" }} errors
{{ puppet_feedback_changes|default:"0" }} changes
{% if git_changes %} {% pagination git_changes url_query=url_query show_all=0 show_csv=0 fugue_icons=1 %} {% endif %} {% endblock %}