new fontawesome version 5 via npm

This commit is contained in:
Arno Kaimbacher 2019-04-18 13:16:50 +02:00
parent f7673e33e0
commit fa31100c2e
42 changed files with 8903 additions and 766 deletions

View file

@ -2,7 +2,7 @@
@section('content')
<div class="header">
<h3 class="header-title">
<i class="fa fa-file"></i> EDITOR PAGE: Approve released datasets
<i class="fas fa-list"></i> EDITOR PAGE: Approve released datasets
</h3>
</div>

View file

@ -2,14 +2,14 @@
@section('content')
<div class="header">
<h3 class="header-title">
<i class="fa fa-file"></i> PUBLISH PAGE: Publish reviewed datasets
<i class="fas fa-list"></i> PUBLISH PAGE: Publish reviewed datasets
</h3>
</div>
<div class="pure-g box-content">
<div class="pure-u-1">
@if($datasets->count() > 0)
<table class="pure-table pure-table-horizontal">
<thead>
<th>Dataset Title</th>
<th>ID</th>
@ -70,8 +70,10 @@
</tr>
@endforeach
</tbody>
</table>
@else
<p>there are no reviewed datasets for publishing...</p>
@endif
</div>
</div>

View file

@ -2,7 +2,7 @@
@section('content')
<div class="header">
<h3 class="header-title">
<i class="fa fa-file"></i> REVIEW PAGE: Review approved datasets assigned to you
<i class="fas fa-list"></i> REVIEW PAGE: Review approved datasets assigned to you
</h3>
</div>

View file

@ -49,8 +49,7 @@
@foreach($fields as $field => $fieldValue)
<div class="pure-u-1 pure-u-md-1-1 pure-div">
{{ Form::label($field, $field . ": ") }}
<span class="help is-info"> {!! $fieldValue !!} </span>
<span class="help is-info"> {!! $fieldValue !!} </span>
</div>
@endforeach

View file

@ -2,7 +2,7 @@
@section('content')
<div class="header">
<h3 class="header-title">
<i class="fa fa-file"></i> Release saved datasets
<i class="fas fa-list"></i> Release saved datasets
</h3>
</div>