v0.5.15a - Made read more

This commit is contained in:
2020-08-10 10:16:05 +02:00
parent a011df41ee
commit b27d05e55c
3 changed files with 41 additions and 9 deletions
@@ -16,7 +16,7 @@
<h2 class="text-center sde-blue mt-0">{{ $guide->name }}</h2>
{!!$guide->guide_articles!!}
</div>
<button onclick="window.history.back()" class="btn btn-sde-blue text-white mb-1 mt-1" >Tilbage</button>
<button onclick="window.history.back()" class="btn btn-sde-blue text-white mb-1 mt-1" >{{__('msg.tilbage')}}</button>
</main>