- Fixed label on the organiser dashboard

- Work on event the check-in page
This commit is contained in:
Dave 2016-03-08 13:30:13 +00:00
parent 20d68a4807
commit b012f3975a
2 changed files with 15 additions and 2 deletions

View File

@ -7,7 +7,6 @@
{!! HTML::style('assets/stylesheet/application.css') !!}
{!!HTML::script('vendor/jquery/jquery.js')!!}
{!!HTML::script('vendor/jquery-fastLiveFilter/jquery.fastLiveFilter.js')!!}
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
@ -21,6 +20,16 @@
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
$(function() {
$.ajaxSetup({
headers: {
'X-CSRF-Token': "<?php echo csrf_token() ?>"
}
});
});
</script>
<style>
@ -98,6 +107,10 @@
background-color: #6784DB;
}
.attendee_search:focus {
color: #fff;
}
.clearSearch {
position: absolute;
top: 10px;

View File

@ -81,7 +81,7 @@
{{money($organiser->events->sum('sales_volume') + $organiser->events->sum('organiser_fees_volume'), 'EUR')}}
</h3>
<span>
Tickets Sold
Sales Volume
</span>
</div>
</div>