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
020b6f53
Commit
020b6f53
authored
Feb 17, 2024
by
Novan Bagus Setiawan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update status proposal mahasiswa sisi dosen dan mahasiswa
parent
5f3d8a31
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
app/Http/Controllers/Dosen/ProposalController.php
+1
-1
resources/views/backend/mahasiswa/proposal/index.blade.php
+1
-1
No files found.
app/Http/Controllers/Dosen/ProposalController.php
View file @
020b6f53
...
...
@@ -82,7 +82,7 @@ class ProposalController extends Controller
</div>'
;
}
if
(
is_null
(
$item
->
status
)){
if
(
is_null
(
$item
->
status
)
OR
$item
->
status
==
'0'
){
$status
=
'<span class="badge bg-danger">Menunggu Persetujuan Dosen</span>'
;
}
else
{
$status
=
'<span class="badge bg-success">Sudah Disetujui Dosen</span>'
;
...
...
resources/views/backend/mahasiswa/proposal/index.blade.php
View file @
020b6f53
...
...
@@ -134,7 +134,7 @@
<tr>
<th>Status</th>
<td>
@if(is_null(
$item->status
))
@if(is_null(
$item->status
)
OR
$item->status
== '0'
)
<span class="
badge
bg
-
danger
">Menunggu Persetujuan Dosen</span>
@else
<span class="
badge
bg
-
success
">Sudah Disetujui Dosen</span>
...
...
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