Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChaoyi Zha <summermontreal@gmail.com>2016-02-27 23:14:10 +0300
committerChaoyi Zha <summermontreal@gmail.com>2016-02-27 23:14:10 +0300
commitcece81245f9b0c074c5d294e92f35a47b1473b86 (patch)
tree37b999ed91ef7f299ab9cad10478411c30286c10
parent6eccd02c489d493b0b284d45d91c2c6da3385a6a (diff)
Remove extra spacing2.0.0b1
-rw-r--r--resources/views/about.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/about.blade.php b/resources/views/about.blade.php
index a1afdcd..2b0c2b8 100644
--- a/resources/views/about.blade.php
+++ b/resources/views/about.blade.php
@@ -13,7 +13,7 @@
<p>Build Information</p>
<dt>Version: {{env('POLR_VERSION')}}</dt>
<dt>Release date: {{env('POLR_RELDATE')}}</dt>
- <dt>App Install : {{env('APP_NAME')}} on {{env('APP_ADDRESS')}} on {{env('POLR_GENERATED_AT')}}<dt>
+ <dt>App Install: {{env('APP_NAME')}} on {{env('APP_ADDRESS')}} on {{env('POLR_GENERATED_AT')}}<dt>
</dl>
<p>You are seeing the information above because you are logged in as an administrator.</p>
@endif