Fixed the page title to say discount codes

This commit is contained in:
Etienne Marais 2019-02-13 15:01:25 +02:00
parent 068c3b1ffa
commit b11c3fa09c
No known key found for this signature in database
GPG Key ID: 5CE3285D17AE9F29
1 changed files with 2 additions and 15 deletions

View File

@ -2,8 +2,7 @@
@section('title')
@parent
@lang("Widgets.event_widgets")
@lang('DiscountCodes.title')
@stop
@section('top_nav')
@ -16,20 +15,9 @@
@section('page_title')
<i class='ico-money mr5'></i>
@lang("DiscountCodes.title")
@lang('DiscountCodes.title')
@stop
@section('head')
@stop
@section('page_header')
<style>
.page-header {display: none;}
</style>
@stop
@section('content')
<div class="row">
<div class="col-md-12">
@ -59,7 +47,6 @@
<th class="has-text-right">@lang("DiscountCodes.discount_codes_created_at")</th>
</tr>
</thead>
<tbody>
@foreach($event->access_codes as $access_code)
<tr>