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
f02cf1a4
Commit
f02cf1a4
authored
2 years ago
by
novanbagus
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://git.unesa.ac.id/farendi/simpkm
parents
e9b446a1
5045cb55
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 @
f02cf1a4
...
...
@@ -76,12 +76,12 @@
<td>{{
$item->rJenis
->nama }}</td>
<td>{{
$item->judul
}}</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>
@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
<span class="
badge
bg
-
success
">Tidak Lolos Seleksi Internal</span>
<span class="
badge
bg
-
danger
">Tidak Lolos Seleksi Internal</span>
@endif
</td>
<td>
...
...
This diff is collapsed.
Click to expand it.
resources/views/backend/mahasiswa/seleksi/index_internal.blade.php
View file @
f02cf1a4
...
...
@@ -78,12 +78,12 @@
<td>{{
$item->rJenis
->nama }}</td>
<td>{{
$item->judul
}}</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>
@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
<span class="
badge
bg
-
success
">Tidak Lolos Seleksi Internal</span>
<span class="
badge
bg
-
danger
">Tidak Lolos Seleksi Internal</span>
@endif
</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