···11+@*
22+ This file is part of Utatane.
33+44+ Utatane is free software: you can redistribute it and/or modify it under
55+ the terms of the GNU Affero General Public License as published by the Free
66+ Software Foundation, either version 3 of the License, or (at your option)
77+ any later version.
88+99+ Utatane is distributed in the hope that it will be useful, but WITHOUT ANY
1010+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
1111+ FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
1212+ more details.
1313+1414+ You should have received a copy of the GNU Affero General Public License
1515+ along with Utatane. If not, see <http://www.gnu.org/licenses/>.
1616+*@
1717+118<div id="breadcrumbs" @attributes="AdditionalAttributes">
219 <a href="/" class="clickable" hx-boost="true">/</a>
320 @for (var i = 0; i < _pathFragments.Count; i++) {
+17
Components/GoBackButton.razor
···11+@*
22+ This file is part of Utatane.
33+44+ Utatane is free software: you can redistribute it and/or modify it under
55+ the terms of the GNU Affero General Public License as published by the Free
66+ Software Foundation, either version 3 of the License, or (at your option)
77+ any later version.
88+99+ Utatane is distributed in the hope that it will be useful, but WITHOUT ANY
1010+ WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
1111+ FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for
1212+ more details.
1313+1414+ You should have received a copy of the GNU Affero General Public License
1515+ along with Utatane. If not, see <http://www.gnu.org/licenses/>.
1616+*@
1717+118<a id="go-back"
219 class="clickable"
320 href="@(_isAtRoot ? null : "..")"