Skip to content

Commit

Permalink
Reverted attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBuetler committed Jun 11, 2024
1 parent fa45dc8 commit f00455f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions views/evaluation/detail.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,6 @@ function submitData() {
");
?>
<div class="content-wrapper">
<a class="btn btn-app" data-toggle="modal" data-target="#modal-rename">
<i class="fa fa-edit"></i> Rename Evaluation
</a>
<section class="content-header">
<h1>
Evaluation: <?php echo $data['evaluation']->getName(); if($data['evaluation']->getIsStarred()){echo " <span class='fa fa-star'></span>";}?>
Expand Down

0 comments on commit f00455f

Please sign in to comment.