Skip to content

Commit

Permalink
Merge pull request cfwheels#1368 from cfwheels/feature/disucssion-1312
Browse files Browse the repository at this point in the history
move app directories out of the root cfwheels#1312
  • Loading branch information
bpamiri authored Jan 5, 2024
2 parents 67223b3 + 176673b commit d25448c
Show file tree
Hide file tree
Showing 11 changed files with 51 additions and 46 deletions.
5 changes: 2 additions & 3 deletions wheels/public/assets/css/semantic.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion wheels/public/assets/js/highlight.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions wheels/public/helpers.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ function formatSettingOutput(any val) {
if (IsSimpleValue(local.val)) {
if (IsBoolean(local.val)) {
if (local.val) {
local.rv = '<i class="icon check" />';
local.rv = '<svg xmlns="http://www.w3.org/2000/svg" height="16" width="14" viewBox="0 0 448 512"><path d="M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z"/></svg>';
} else {
local.rv = '<i class="icon close" />';
local.rv = '<svg xmlns="http://www.w3.org/2000/svg" height="10" width="10" viewBox="0 0 384 512"><path d="M376.6 84.5c11.3-13.6 9.5-33.8-4.1-45.1s-33.8-9.5-45.1 4.1L192 206 56.6 43.5C45.3 29.9 25.1 28.1 11.5 39.4S-3.9 70.9 7.4 84.5L150.3 256 7.4 427.5c-11.3 13.6-9.5 33.8 4.1 45.1s33.8 9.5 45.1-4.1L192 306 327.4 468.5c11.3 13.6 31.5 15.4 45.1 4.1s15.4-31.5 4.1-45.1L233.7 256 376.6 84.5z"/></svg>';
}
} else if (ListLen(local.val, ',') GT 4) {
for (var item in local.val) {
Expand Down
24 changes: 13 additions & 11 deletions wheels/public/layout/_header.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@ request.navigation = [
route = "wheelsInfo",
title = "System Information",
isFluid = false,
text = "<i class='info circle icon'></i> Info"
text = '<svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>&nbsp Info'
},
{
route = "wheelsRoutes",
title = "Routes",
isFluid = false,
text = "<i class='random icon'></i> Routes"
text = '<svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160H352c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96h32V64c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V416H352c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8h32V320c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z"/></svg>&nbsp Routes'
},
{
route = "wheelsDocs",
title = "Docs",
isFluid = true,
text = "<i class='icon file alternate'></i> Docs"
text = '<svg xmlns="http://www.w3.org/2000/svg" height="16" width="12" viewBox="0 0 384 512"><path d="M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM112 256H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>&nbsp Docs'
},
{
route = "wheelsPackages",
type = "app",
title = "Test Packages",
isFluid = false,
text = "<i class='tasks icon'></i> Tests"
text = '<svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"/></svg>&nbsp Tests'
}
];
if (application.wheels.enableMigratorComponent) {
Expand All @@ -42,7 +42,7 @@ if (application.wheels.enableMigratorComponent) {
route = "wheelsMigrator",
title = "Migrator",
isFluid = false,
text = "<i class='database icon'></i> Migrator"
text = '<svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 448 512"><path d="M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z"/></svg>&nbsp Migrator'
}
);
}
Expand All @@ -53,7 +53,7 @@ if (application.wheels.enablePluginsComponent) {
route = "wheelsPlugins",
title = "Plugins",
isFluid = false,
text = "<i class='plug icon'></i> Plugins"
text = '<svg xmlns="http://www.w3.org/2000/svg" height="14" width="10" viewBox="0 0 384 512"><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8C297 398 352 333.4 352 256V224c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"/></svg>&nbsp Plugins'
}
);
}
Expand Down Expand Up @@ -88,12 +88,14 @@ if (StructKeyExists(url, "refresh")) {
<cfif StructKeyExists(variables, "_refresh")>
<meta http-equiv="refresh" content="#_refresh#">
</cfif>
<link rel="stylesheet" href="/wheels/public/assets/css/semantic.min.css">
<script src="/wheels/public/assets/js/jquery.min.js"></script>
<script src="/wheels/public/assets/js/semantic.min.js"></script>
<link rel="stylesheet" href="/wheels/public/assets/css/highlight_default.min.css">
<script src="/wheels/public/assets/js/highlight.min.js"></script>
<script>
<cfinclude template="/wheels/public/assets/js/jquery.min.js">
<cfinclude template="/wheels/public/assets/js/semantic.min.js">
<cfinclude template="/wheels/public/assets/js/highlight.min.js">
</script>
<style>
<cfinclude template="/wheels/public/assets/css/semantic.min.css">
<cfinclude template="/wheels/public/assets/css/highlight_default.min.css">
.h-100 {height:100%;}
.forcescroll { overflow-y: scroll; max-height: 40rem; }
.margin-top { margin-top: 5em; }
Expand Down
22 changes: 13 additions & 9 deletions wheels/public/layout/_header_simple.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,25 @@ Static simple version of the header/navigation for output on error screens
<title>CFWheels</title>
<meta charset="utf-8">
<meta name="robots" content="noindex,nofollow">
<link rel="stylesheet" href="/wheels/public/assets/css/semantic.min.css">
<script src="/wheels/public/assets/js/jquery.min.js"></script>
<script src="/wheels/public/assets/js/semantic.min.js"></script>
<style>
<cfinclude template="/wheels/public/assets/css/semantic.min.css">
</style>
<script>
<cfinclude template="/wheels/public/assets/js/jquery.min.js">
<cfinclude template="/wheels/public/assets/js/semantic.min.js">
</script>
</head>
<body>
<div class="ui pointing fluid eight item menu stackable">
<a href="/" class="item">
<svg width="100px" id="add03925-6b0c-4ae3-9cbf-5408c5599b63" data-name="Logo" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1527.13 574"><defs><style>.a8106940-d974-4ba6-aada-c1454ef9a7ff,.b166c871-d39b-4fbd-b9ab-a99a5330cbf2{fill:##1b1c1d;}.b166c871-d39b-4fbd-b9ab-a99a5330cbf2,.bc72719b-2532-4724-bc2d-afce8ede1f38{fill-rule:evenodd;}.bc72719b-2532-4724-bc2d-afce8ede1f38{fill:##fff;}</style></defs><title>CFWheels</title><polygon class="b166c871-d39b-4fbd-b9ab-a99a5330cbf2" points="515 340 489 404 516 448 448 509 405 482 346 508 329 574 241 574 222 508 164 481 121 508 54 449 80 404 54 340 1 331 0 243 53 234 80 170 54 126 121 65 163 92 223 66 241 0 327 0 347 67 406 93 448 66 515 125 489 170 515 235 569 244 569 330 515 340 515 340"></polygon><path class="bc72719b-2532-4724-bc2d-afce8ede1f38" d="M236.45,201.74c17.63,0,41.79,7.59,41.79,24V238.4h33.82v-25c0-38.25-50.59-50.26-76.46-50.26-58.55,0-102.33,49.31-102.33,114.1,0,66.37,42.07,117.88,103.75,117.88,52,0,81.3-38.55,81.3-38.55L298.7,326.9s-23,29.71-61.11,29.71c-36.67,0-65.66-35.4-65.66-79.33,0-46.78,28.42-75.54,64.52-75.54Z"></path><path class="bc72719b-2532-4724-bc2d-afce8ede1f38" d="M420,166.66a69.82,69.82,0,0,0-12.22-.95c-20.19,0-59.13,7-59.13,59.74v4.74H330.73v31.92h17.91V391.37h36.1V262.11h31V230.19h-31v-3.8c0-23.38,17.62-26.23,27.86-26.23a41.44,41.44,0,0,1,7.39.63V166.66Z"></path><path class="a8106940-d974-4ba6-aada-c1454ef9a7ff" d="M661.63,386.19h43l31.93-125.6a257.9,257.9,0,0,0,5.37-27.5h.57s1.69,13.44,5.08,27.5l30.53,125.6h42.67l41.83-180.28c1.13-5.31,4-6.88,9-6.88H877V164.35h-24.3c-14.13,0-21.76,3.75-24.59,18.12l-27.7,132.17A216.25,216.25,0,0,0,797,338.08h-.56a167.46,167.46,0,0,0-4-23.44L758,165H726.63L690.17,314.64a201,201,0,0,0-4.24,23.44h-.56A216.25,216.25,0,0,0,682,314.64L654.56,182.47c-3.11-14.37-10.74-18.12-24.87-18.12h-24V199H611c4.8,0,7.91,1.57,9,6.88Z"></path><path class="a8106940-d974-4ba6-aada-c1454ef9a7ff" d="M892.15,386.19H928V313.08a78.77,78.77,0,0,1,2.26-20.62c5.37-19.37,20.06-33.12,39-33.12,18.09,0,22.89,13.12,22.89,32.49V365c0,15,5.65,21.24,18.94,21.24h34.19V352.76H1034c-4,0-6.22-2.5-6.22-6.87V283.71c0-42.18-18.09-60.62-50.3-60.62A54.59,54.59,0,0,0,928,254.65h-.57s.57-5.62.57-13.44V185.29c0-14.38-5.94-20.94-19.22-20.94h-34.2V198.1h11.31c4,0,6.22,2.18,6.22,6.87Z"></path><path class="a8106940-d974-4ba6-aada-c1454ef9a7ff" d="M1049.4,306.52c0,45.3,29.67,83.42,77.44,83.42,35.89,0,57.93-24.06,57.93-24.06l-15-27.49s-17.24,17.81-40.41,17.81c-21.76,0-40.42-14.69-43.24-42.81h99.48s.85-10,.85-14.68c0-42.18-22.61-75.62-63.87-75.62C1079.36,223.09,1049.4,257.46,1049.4,306.52Zm37.87-20.62c4-20,17-32.19,35.33-32.19,14.69,0,26.56,13.13,27.13,32.19Z"></path><path class="a8106940-d974-4ba6-aada-c1454ef9a7ff" d="M1196.84,306.52c0,45.3,29.68,83.42,77.44,83.42,35.89,0,57.94-24.06,57.94-24.06l-15-27.49S1300,356.2,1276.82,356.2c-21.76,0-40.41-14.69-43.24-42.81h99.48s.85-10,.85-14.68c0-42.18-22.61-75.62-63.87-75.62C1226.8,223.09,1196.84,257.46,1196.84,306.52Zm37.87-20.62c4-20,17-32.19,35.33-32.19,14.7,0,26.57,13.13,27.13,32.19Z"></path><path class="a8106940-d974-4ba6-aada-c1454ef9a7ff" d="M1357.85,365c0,15,5.66,21.24,19.22,21.24H1411V352.76h-11c-4,0-6.21-2.5-6.21-6.87V185.6c0-14.69-5.94-21.25-19.22-21.25h-34.2V198.1h11.31c3.95,0,6.21,2.18,6.21,6.87Z"></path><path class="a8106940-d974-4ba6-aada-c1454ef9a7ff" d="M1411.82,361.51s20.35,28.43,59.92,28.43c31.37,0,55.39-18.74,55.39-48.74,0-53.12-76.59-48.12-76.59-73.11,0-9.38,8.76-14.38,21.48-14.38,7.91,0,18.09,3.75,18.09,11.25v7.81h31.65V256.21c0-25.93-31.09-33.12-50.59-33.12-30,0-56,14.69-56,46.56,0,51.55,76,51.24,76,73.74,0,10.62-8.48,15.62-19.5,15.62-24.59,0-43-23.43-43-23.43Z"></path></svg>
</a>
<a class="item" href="/wheels/info"><i class="info circle icon"></i> Info</a>
<a class="item" href="/wheels/routes"><i class="random icon"></i> Routes</a>
<a class="item" href="/wheels/docs"><i class="icon file alternate"></i> Docs</a>
<a class="item" href="/wheels/packages/app"><i class="tasks icon"></i> Tests</a>
<a class="item" href="/wheels/migrator"><i class="server icon"></i> Migrator</a>
<a class="item" href="/wheels/plugins"><i class="plug icon"></i> Plugins</a>
<a class="item" href="/wheels/info"><svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM216 336h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z"/></svg>&nbsp Info</a>
<a class="item" href="/wheels/routes"><svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M403.8 34.4c12-5 25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V160H352c-10.1 0-19.6 4.7-25.6 12.8L284 229.3 244 176l31.2-41.6C293.3 110.2 321.8 96 352 96h32V64c0-12.9 7.8-24.6 19.8-29.6zM164 282.7L204 336l-31.2 41.6C154.7 401.8 126.2 416 96 416H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c10.1 0 19.6-4.7 25.6-12.8L164 282.7zm274.6 188c-9.2 9.2-22.9 11.9-34.9 6.9s-19.8-16.6-19.8-29.6V416H352c-30.2 0-58.7-14.2-76.8-38.4L121.6 172.8c-6-8.1-15.5-12.8-25.6-12.8H32c-17.7 0-32-14.3-32-32s14.3-32 32-32H96c30.2 0 58.7 14.2 76.8 38.4L326.4 339.2c6 8.1 15.5 12.8 25.6 12.8h32V320c0-12.9 7.8-24.6 19.8-29.6s25.7-2.2 34.9 6.9l64 64c6 6 9.4 14.1 9.4 22.6s-3.4 16.6-9.4 22.6l-64 64z"/></svg>&nbsp Routes</a>
<a class="item" href="/wheels/docs"><svg xmlns="http://www.w3.org/2000/svg" height="16" width="12" viewBox="0 0 384 512"><path d="M64 0C28.7 0 0 28.7 0 64V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V160H256c-17.7 0-32-14.3-32-32V0H64zM256 0V128H384L256 0zM112 256H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16zm0 64H272c8.8 0 16 7.2 16 16s-7.2 16-16 16H112c-8.8 0-16-7.2-16-16s7.2-16 16-16z"/></svg>&nbsp Docs</a>
<a class="item" href="/wheels/packages/app"><svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 512 512"><path d="M152.1 38.2c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 113C-2.3 103.6-2.3 88.4 7 79s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zm0 160c9.9 8.9 10.7 24 1.8 33.9l-72 80c-4.4 4.9-10.6 7.8-17.2 7.9s-12.9-2.4-17.6-7L7 273c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l22.1 22.1 55.1-61.2c8.9-9.9 24-10.7 33.9-1.8zM224 96c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zm0 160c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H256c-17.7 0-32-14.3-32-32zM160 416c0-17.7 14.3-32 32-32H480c17.7 0 32 14.3 32 32s-14.3 32-32 32H192c-17.7 0-32-14.3-32-32zM48 368a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"/></svg>&nbsp Tests</a>
<a class="item" href="/wheels/migrator"><svg xmlns="http://www.w3.org/2000/svg" height="14" width="14" viewBox="0 0 448 512"><path d="M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z"/></svg>&nbsp Migrator</a>
<a class="item" href="/wheels/plugins"><svg xmlns="http://www.w3.org/2000/svg" height="14" width="10" viewBox="0 0 384 512"><path d="M96 0C78.3 0 64 14.3 64 32v96h64V32c0-17.7-14.3-32-32-32zM288 0c-17.7 0-32 14.3-32 32v96h64V32c0-17.7-14.3-32-32-32zM32 160c-17.7 0-32 14.3-32 32s14.3 32 32 32v32c0 77.4 55 142 128 156.8V480c0 17.7 14.3 32 32 32s32-14.3 32-32V412.8C297 398 352 333.4 352 256V224c17.7 0 32-14.3 32-32s-14.3-32-32-32H32z"/></svg>&nbsp Plugins</a>
</div>
<div class="container ui">
<div class="ui segment">
Expand Down
4 changes: 2 additions & 2 deletions wheels/public/migrator/_navigation.cfm
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<cfoutput>
<!--- cfformat-ignore-start --->
<div class="ui menu">
<a href="#urlFor(route="wheelsMigrator")#" class="item"><i class="icon database"></i> Migrations</a>
<a href="#urlFor(route="wheelsMigratorTemplates")#" class="item"><i class="icon wrench"></i> Templating</a>
<a href="#urlFor(route="wheelsMigrator")#" class="item"><svg xmlns="http://www.w3.org/2000/svg" height="14" width="12" viewBox="0 0 448 512"><path d="M448 80v48c0 44.2-100.3 80-224 80S0 172.2 0 128V80C0 35.8 100.3 0 224 0S448 35.8 448 80zM393.2 214.7c20.8-7.4 39.9-16.9 54.8-28.6V288c0 44.2-100.3 80-224 80S0 332.2 0 288V186.1c14.9 11.8 34 21.2 54.8 28.6C99.7 230.7 159.5 240 224 240s124.3-9.3 169.2-25.3zM0 346.1c14.9 11.8 34 21.2 54.8 28.6C99.7 390.7 159.5 400 224 400s124.3-9.3 169.2-25.3c20.8-7.4 39.9-16.9 54.8-28.6V432c0 44.2-100.3 80-224 80S0 476.2 0 432V346.1z"/></svg>&nbsp Migrations</a>
<a href="#urlFor(route="wheelsMigratorTemplates")#" class="item"><svg xmlns="http://www.w3.org/2000/svg" height="14" width="12" viewBox="0 0 512 512"><path d="M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z"/></svg>&nbsp Templating</a>
</div>
<!--- cfformat-ignore-end --->
</cfoutput>
Loading

0 comments on commit d25448c

Please sign in to comment.