You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>You have logged {{$new_exercise[0] }} for the first time</p>
78
+
<pclass="small">We have set it to be a {{ ($new_exercise[2]) ? 'endurance' : (($new_exercise[3]) ? 'distance' : (($new_exercise[1]) ? 'time' : 'weight')) }} exercise by default from now on</p>
79
+
@endforeach
80
+
</div>
81
+
@endif
82
+
@if (Session::has('warnings'))
83
+
<divclass="alert alert-danger">
84
+
@foreach (session('warnings') as$warning=>$bool)
85
+
@if ($warning=='blank_exercise')
86
+
<p>One or more of the exercises you added did not have any workout data</p>
0 commit comments