Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • exact/Rosetta
1 result
Select Git revision
Show changes
Showing
with 324 additions and 298 deletions
...@@ -45,3 +45,4 @@ ...@@ -45,3 +45,4 @@
...@@ -33,3 +33,4 @@ ...@@ -33,3 +33,4 @@
...@@ -52,3 +52,4 @@ ...@@ -52,3 +52,4 @@
</body> </body>
</html> </html>
...@@ -59,7 +59,18 @@ ...@@ -59,7 +59,18 @@
<!-- Date time picker --> <!-- Date time picker -->
<script src="/static/js/bootstrap-datetimepicker-4.17.47.js"></script> <script src="/static/js/bootstrap-datetimepicker-4.17.47.js"></script>
<!-- Loader -->
<link rel="stylesheet" href="/static/css/loader.css">
<script src="/static/js/loader.js"></script>
</head> </head>
<body {{ body_args }}> <body {{ body_args }}>
<div id="navigate-away-loader">
\ No newline at end of file <svg xmlns="http://www.w3.org/2000/svg" width="96" height="96" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8" />
<path d="M21 3v5h-5" />
<path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16" />
<path d="M8 16H3v5" />
</svg>
</div>
...@@ -89,3 +89,4 @@ ...@@ -89,3 +89,4 @@
...@@ -62,3 +62,4 @@ ...@@ -62,3 +62,4 @@
{% include "footer.html" %} {% include "footer.html" %}
...@@ -31,3 +31,4 @@ ...@@ -31,3 +31,4 @@
...@@ -82,3 +82,4 @@ ...@@ -82,3 +82,4 @@
</nav> </nav>
{% endif %} {% endif %}
...@@ -221,3 +221,4 @@ ...@@ -221,3 +221,4 @@
...@@ -24,3 +24,4 @@ ...@@ -24,3 +24,4 @@
...@@ -90,3 +90,4 @@ ...@@ -90,3 +90,4 @@
...@@ -113,3 +113,4 @@ $(document).ready(function() { ...@@ -113,3 +113,4 @@ $(document).ready(function() {
...@@ -23,3 +23,4 @@ ...@@ -23,3 +23,4 @@
{% include "footer.html" %} {% include "footer.html" %}
...@@ -34,3 +34,4 @@ ...@@ -34,3 +34,4 @@
...@@ -112,3 +112,4 @@ ...@@ -112,3 +112,4 @@
{% include "footer.html" %} {% include "footer.html" %}
...@@ -47,3 +47,4 @@ jQuery( function(){ ...@@ -47,3 +47,4 @@ jQuery( function(){