Skip to content

Commit

Permalink
Deploy orchidsoftware/platform to github.com/orchidsoftware/platform.…
Browse files Browse the repository at this point in the history
…git:build
  • Loading branch information
traviscibot committed Jan 16, 2020
1 parent 7a1d2d5 commit 13673fb
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## 6.8.3 - 2020-01-17

### Fixed
- Logo display on the authorization form
- Change the placeholder for a field with a date

## 6.8.2 - 2020-01-14
Expand Down
4 changes: 2 additions & 2 deletions resources/views/auth.blade.php
Expand Up @@ -4,7 +4,7 @@
<div class="hidden-xs v-center h-100 w-100 justify-content-center">
<div class="text-center">
<a href="{{Dashboard::prefix()}}">
@includeIf(config('platform.template.header','platform::layouts.header'))
@includeFirst([config('platform.template.header'), 'platform::header'])
</a>
</div>
</div>
Expand All @@ -24,4 +24,4 @@
</div>
</div>

@endsection
@endsection
Expand Up @@ -3,12 +3,12 @@
"level": "SEVERE",
"message": "http:\/\/127.0.0.1:8000\/home - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1579208599961
"timestamp": 1579209496529
},
{
"level": "SEVERE",
"message": "http:\/\/127.0.0.1:8000\/ - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1579208600654
"timestamp": 1579209497159
}
]
Expand Up @@ -3,12 +3,12 @@
"level": "SEVERE",
"message": "http:\/\/127.0.0.1:8000\/dashboard\/resources\/orchid\/js\/vendor.js?id=6113841edb22468a9730 86616:20 \"The select2('destroy') method was called on an element that is not using Select2.\"",
"source": "console-api",
"timestamp": 1579208625724
"timestamp": 1579209522900
},
{
"level": "SEVERE",
"message": "http:\/\/127.0.0.1:8000\/dashboard\/resources\/orchid\/js\/vendor.js?id=6113841edb22468a9730 86622:24 Uncaught TypeError: Cannot read property 'destroy' of undefined",
"source": "javascript",
"timestamp": 1579208625724
"timestamp": 1579209522900
}
]

0 comments on commit 13673fb

Please sign in to comment.