Skip to content
Snippets Groups Projects
Commit 41ea0b87 authored by weeman's avatar weeman Committed by Roang
Browse files

Add error message

parent a6a61ddc
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,13 @@
{%- endif %}
{%- else %}
{%- if revision_not_found %}
<div class="alert alert-info">{{ _("This revision does not exist.") }}</div>
<div class="alert d-flex align-items-center gap-3 bg-danger text-black my-8 lead fw-bold" role="alert">
<img
class="w-100px"
src="{{ static('plainui/img/cccamp23/blanco_Fisty_for_directions_actions/Pointing_outer-hand_thumb-up-black.svg') }}"
>
{{ _("This revision does not exist.") }}
</div>
{%- endif %}
{{ titleMacro.title(title=page.title) }}
<div class="row">
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Generator: Adobe Illustrator 27.5.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version="1.1"
id="Ebene_1"
x="0px"
y="0px"
viewBox="0 0 405.8 191.72532"
xml:space="preserve"
width="405.79999"
height="191.72531"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"><defs
id="defs1" />&#10;<style
type="text/css"
id="style1">&#10; .st0{fill:#E50076;}&#10;</style>&#10;<g
id="g1"
transform="translate(-94.1,-201.77468)"
style="fill:#000000;fill-opacity:1">&#10; <path
class="st0"
d="m 499.9,269.7 c 0,-12.9 -15.5,-12.1 -19.2,-12.1 -20.7,-0.1 -41.4,-0.1 -62.1,-0.1 v 0 c -22.1,0 -44.2,0.2 -66.3,-0.2 -3.8,-0.1 -9.6,-2.4 -10.9,-5.2 -1.3,-2.8 0.9,-8.2 3.3,-11.2 4.6,-5.7 10.7,-10.3 15.8,-15.6 5.9,-6.1 7.5,-12.6 1,-19.3 -5.4,-5.6 -13.7,-5.8 -20.2,0.4 -26.7,25.3 -54.4,49.8 -79.3,76.6 -3.1,3.4 -5.8,6.9 -8,10.6 l -72.9,-6.4 v 48.9 l -87,-5.8 124.5,63.2 v -38.3 l 45.7,17.1 c 9,9.2 21,15.9 35.4,18.2 31.2,5 64,2.2 96,1.7 4.2,-0.1 15.2,-1.4 14.6,-12.6 0,-12.3 -14.8,-12.7 -15.9,-13.4 -2.1,-1.3 -4.7,-0.7 -5.8,-4.6 -0.1,-2.8 4.3,-4 6.9,-4.6 3.6,-0.9 7.5,-0.3 11.3,-0.5 8.1,-0.4 12.9,-4.4 13.5,-12.2 0.6,-8 -4.4,-12.2 -12,-13.6 -4.4,-0.8 -9,-0.1 -13.4,-0.9 -2.2,-0.4 -5.8,-1.3 -6.2,-4.1 0.4,-3.3 4.2,-4.5 6.5,-4.7 7.2,-0.7 14.5,-0.2 21.7,-0.4 9.9,-0.3 16.2,-5.3 16.5,-12.9 0.3,-7.1 -6.5,-13.4 -15.8,-14 -5.5,-0.4 -11.1,0.4 -16.5,-0.4 -4.3,-0.6 -12.6,-0.7 -12.5,-4 -0.2,-2.9 8.6,-4.4 13,-4.6 16.5,-0.6 33.1,-0.1 49.7,-0.3 12.4,-0.1 25,0.3 37.2,-1.3 4.6,-0.5 11.4,-1.7 11.4,-13.4"
id="path1"
style="fill:#000000;fill-opacity:1" />&#10;</g>&#10;</svg>
......@@ -128,3 +128,7 @@ table.diff {
}
}
}
.w-100px {
width: 6.25rem;
}
......@@ -19,8 +19,8 @@ $black: #000;
// Colors
$teal: #77CDDC;
$red: #fb48c4;
$purple: $red;
$red: #dc2626;
$purple: #fb48c4;
$yellow: #e4c662;
$green: #3fff21;
$cyan: #1cabc4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment