Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
simpkm
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Farendi Giotivano R.P
simpkm
Commits
5045cb55
Commit
5045cb55
authored
2 years ago
by
Farendi Giotivano R.P
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lolos ga lolos
parent
565e140b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
resources/views/backend/dosen/seleksi/index_internal.blade.php
+3
-3
resources/views/backend/mahasiswa/seleksi/index_internal.blade.php
+3
-3
No files found.
resources/views/backend/dosen/seleksi/index_internal.blade.php
View file @
5045cb55
...
@@ -76,12 +76,12 @@
...
@@ -76,12 +76,12 @@
<td>{{
$item->rJenis
->nama }}</td>
<td>{{
$item->rJenis
->nama }}</td>
<td>{{
$item->judul
}}</td>
<td>{{
$item->judul
}}</td>
<td>
<td>
@if(is_null(
$item->rDaftarPro
->status_final))
@if(is_null(
$item->rDaftarPro
->status_final)
||
$item->rDaftarPro
->status_final == 0
)
<span class="
badge
bg
-
info
">Menunggu Reviewer</span>
<span class="
badge
bg
-
info
">Menunggu Reviewer</span>
@elseif(
$item->rDaftarPro
->status_final == 1)
@elseif(
$item->rDaftarPro
->status_final == 1)
<span class="
badge
bg
-
danger
">Lolos Seleksi Internal</span>
<span class="
badge
bg
-
success
">Lolos Seleksi Internal</span>
@else
@else
<span class="
badge
bg
-
success
">Tidak Lolos Seleksi Internal</span>
<span class="
badge
bg
-
danger
">Tidak Lolos Seleksi Internal</span>
@endif
@endif
</td>
</td>
<td>
<td>
...
...
This diff is collapsed.
Click to expand it.
resources/views/backend/mahasiswa/seleksi/index_internal.blade.php
View file @
5045cb55
...
@@ -78,12 +78,12 @@
...
@@ -78,12 +78,12 @@
<td>{{
$item->rJenis
->nama }}</td>
<td>{{
$item->rJenis
->nama }}</td>
<td>{{
$item->judul
}}</td>
<td>{{
$item->judul
}}</td>
<td>
<td>
@if(is_null(
$item->rDaftarPro
->status_final))
@if(is_null(
$item->rDaftarPro
->status_final)
||
$item->rDaftarPro
->status_final == 0
)
<span class="
badge
bg
-
info
">Menunggu Reviewer</span>
<span class="
badge
bg
-
info
">Menunggu Reviewer</span>
@elseif(
$item->rDaftarPro
->status_final == 1)
@elseif(
$item->rDaftarPro
->status_final == 1)
<span class="
badge
bg
-
danger
">Lolos Seleksi Internal</span>
<span class="
badge
bg
-
success
">Lolos Seleksi Internal</span>
@else
@else
<span class="
badge
bg
-
success
">Tidak Lolos Seleksi Internal</span>
<span class="
badge
bg
-
danger
">Tidak Lolos Seleksi Internal</span>
@endif
@endif
</td>
</td>
<td>
<td>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment