This file (575B) exceeds the allowed full mode (48 kb) size. The editor full height is disabled, only scrolling is allowed.
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height mode.
{% extends 'layout-page.twig' %}
{% set page = 'network' %}
{% block title %}{{ 'network.title'|t }} - {{ repo }} - {{ app.title }}{% endblock %}
{% block content %}
{% include 'breadcrumb.twig' with {breadcrumbs: [{dir: 'network.title'|t ~ ' ', path: ''}, {dir: commitishPath, path: ''}]} %}
<div class="network-view">
<div class="network-graph" data-source="{{ path('networkData', {repo: repo, commitishPath: commitishPath}) }}">
{#<div class="network-graph" data-source="/dummynetwork.json">#}
</div>
</div>
{% endblock %}
| / | Focus search |
| ? | Show this help |
| Esc | Unfocus input |