Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
softinker authored and developer committed May 3, 2019
1 parent 052c49d commit 0ed6522
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions public/css/vendor.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js

Large diffs are not rendered by default.

32 changes: 16 additions & 16 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
{
"/js/vendor.js": "/js/vendor.js?id=0a3375d371b1ac9904a7",
"/js/app.js": "/js/app.js?id=285bad6635bed140c536",
"/js/vendor.js": "/js/vendor.js?id=ecaba7910d47436cdba2",
"/js/app.js": "/js/app.js?id=fd0f7278767d0de17029",
"/js/manifest.js": "/js/manifest.js?id=2d315777967b6001bcf1",
"/js/ie.js": "/js/ie.js?id=f7a78deadcb6f066abd5",
"/css/app.css": "/css/app.css?id=7760d83d62496d58e618",
"/css/vendor.css": "/css/vendor.css?id=7537cd6bd37398eca666",
"/fonts/glyphicons-halflings-regular.eot": "/fonts/glyphicons-halflings-regular.eot?id=77ff91d7fa0317186a8e",
"/css/vendor.css": "/css/vendor.css?id=9613a53fc44e2ba0299d",
"/fonts/glyphicons-halflings-regular.eot": "/fonts/glyphicons-halflings-regular.eot?id=4bf9b90eff478c1c4644",
"/fonts/glyphicons-halflings-regular.svg": "/fonts/glyphicons-halflings-regular.svg?id=89889688147bd7575d63",
"/fonts/glyphicons-halflings-regular.ttf": "/fonts/glyphicons-halflings-regular.ttf?id=3abf0f95c0a69984006e",
"/fonts/glyphicons-halflings-regular.woff": "/fonts/glyphicons-halflings-regular.woff?id=f04acf366f6a53177950",
"/fonts/glyphicons-halflings-regular.woff2": "/fonts/glyphicons-halflings-regular.woff2?id=349344e92fb16221dd56",
"/fonts/fontawesome-webfont.eot": "/fonts/fontawesome-webfont.eot?id=016fa45033a942ffecad",
"/fonts/glyphicons-halflings-regular.ttf": "/fonts/glyphicons-halflings-regular.ttf?id=2241c2b2fa45de959018",
"/fonts/glyphicons-halflings-regular.woff": "/fonts/glyphicons-halflings-regular.woff?id=0cc0b79e598b1e4fc0fc",
"/fonts/glyphicons-halflings-regular.woff2": "/fonts/glyphicons-halflings-regular.woff2?id=b5b5055c6d812c0f9f0d",
"/fonts/fontawesome-webfont.eot": "/fonts/fontawesome-webfont.eot?id=1fb8a705b37156056275",
"/fonts/fontawesome-webfont.svg": "/fonts/fontawesome-webfont.svg?id=912ec66d7572ff821749",
"/fonts/fontawesome-webfont.ttf": "/fonts/fontawesome-webfont.ttf?id=ecebce3ab95b6640919b",
"/fonts/fontawesome-webfont.woff": "/fonts/fontawesome-webfont.woff?id=5e0388aeae16469773b8",
"/fonts/fontawesome-webfont.woff2": "/fonts/fontawesome-webfont.woff2?id=d829b32251e423806ca9",
"/fonts/FontAwesome.otf": "/fonts/FontAwesome.otf?id=663236d7aa447620b641",
"/fonts/ionicons.eot": "/fonts/ionicons.eot?id=79e2d62d31b2e9b980d4",
"/fonts/fontawesome-webfont.ttf": "/fonts/fontawesome-webfont.ttf?id=e1dd9adb4f69bb9a0bdc",
"/fonts/fontawesome-webfont.woff": "/fonts/fontawesome-webfont.woff?id=a7bbeb589ae63e018872",
"/fonts/fontawesome-webfont.woff2": "/fonts/fontawesome-webfont.woff2?id=68560c510686599ffbc9",
"/fonts/FontAwesome.otf": "/fonts/FontAwesome.otf?id=b5744b64fceaad0a121a",
"/fonts/ionicons.eot": "/fonts/ionicons.eot?id=ec0c29e3d8f0ec296325",
"/fonts/ionicons.svg": "/fonts/ionicons.svg?id=d9496a234c81179afbca",
"/fonts/ionicons.ttf": "/fonts/ionicons.ttf?id=9c7b3740e58570d018a7",
"/fonts/ionicons.woff": "/fonts/ionicons.woff?id=d6a9ffa216b09a78811e",
"/fonts/ionicons.woff2": "/fonts/ionicons.woff2?id=fcc74e99c0cc04610449"
"/fonts/ionicons.ttf": "/fonts/ionicons.ttf?id=9ed033be8f1ea8ca9d47",
"/fonts/ionicons.woff": "/fonts/ionicons.woff?id=79ab91c8af21eb91fdcc",
"/fonts/ionicons.woff2": "/fonts/ionicons.woff2?id=a7f08161c6e3d92e80c5"
}
2 changes: 1 addition & 1 deletion resources/views/commands/_partials/list.blade.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div class="col-md-6" id="commands-{{ strtolower($step) }}">
<div class="col-md-6" id="commands-{{ strtolower($step) }}_list">
<div class="box box-default">
<div class="box-header with-border">
<h3 class="box-title"><i class="fa fa-code"></i> {{ trans('commands.title', ['step' => $step]) }}</h3>
Expand Down

0 comments on commit 0ed6522

Please sign in to comment.