このコミットが含まれているのは:
テクニカル諏訪子 2020-10-08 20:04:54 +09:00
コミット ff28b78af9
1個のファイルの変更2行の追加0行の削除

ファイルの表示

@ -41,6 +41,8 @@
<link href="{{ asset('css/app_m.css') }}" rel="stylesheet">
@elseif (isset($user) && isset($user->profile) && $user->profile->gender == 2)
<link href="{{ asset('css/app_f.css') }}" rel="stylesheet">
@elseif (isset($user) && isset($user->profile) && $user->profile->gender == 0)
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
@else
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
@endif