{% extends 'base.html' %} {% block title %} Git Diff {% endblock %} {% block content %}
{{commit_file.file_path}}
Showing only differences between development:{{commit.sha1}}/{{commit_file.file_path}}
and stable:HEAD/{{commit_file.file_path}}
{{commit_file.change_type}} {{commit_file.file_path}} Showing {{context}} lines of context: None | 1 | 10 | 25 | 100 | Max
{{diff|safe}}{% endblock %}