We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab46f37 commit 3c16c7fCopy full SHA for 3c16c7f
views/mobile/reports_view.php
@@ -1,21 +1,12 @@
1
<div class="report_info">
2
<div class="verified <?php
3
- if ($incident->incident_verified == 1)
4
- {
5
- echo "verified_yes";
6
- }
7
- ?>">
8
- Verified
9
- <br /><?php
10
11
12
- echo "<span>YES</span>";
13
14
- else
15
16
- echo "<span>NO</span>";
17
18
- ?></div>
+ if ($incident->incident_verified == 1)
+ {
+ echo 'verified_yes">Verified</div>';
+ } else {
+ echo '">Unverified</div>';
+ }
+ ?>
19
<h2><?php echo $incident->incident_title; ?></h2>
20
<ul class="details">
21
<li>
0 commit comments