Completed
Push — master ( 50cd00...9db09d )
by Cammy
02:52
created
views/life/dashboard.php 1 patch
Braces   +8 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,7 +16,10 @@  discard block
 block discarded – undo
16 16
                     </h1>
17 17
                 </div>
18 18
             </div>
19
-            <?php if (isset($_SESSION['update'])) echo '<div class="alert alert-info" role="alert">' . $land['updateMessage'] . ' (' . $_SESSION['message']->version . ') <a href="https://github.com/Cyberbyte-Studios/CyberWorks/releases">Download Section</a</div>'; ?>
19
+            <?php if (isset($_SESSION['update'])) {
20
+    echo '<div class="alert alert-info" role="alert">' . $land['updateMessage'] . ' (' . $_SESSION['message']->version . ') <a href="https://github.com/Cyberbyte-Studios/CyberWorks/releases">Download Section</a</div>';
21
+}
22
+?>
20 23
             <div class="row">
21 24
                 <div class="col-lg-4">
22 25
                     <div class="content-panel">
@@ -177,7 +180,10 @@  discard block
 block discarded – undo
177 180
                     </h1>
178 181
                 </div>
179 182
             </div>
180
-            <?php if (isset($_SESSION['update'])) echo '<div class="alert alert-info" role="alert">' . $land['updateMessage'] . ' (' . $_SESSION['message']->version . ') <a href="https://github.com/Cyberbyte-Studios/CyberWorks/releases">Download Section</a</div>'; ?>
183
+            <?php if (isset($_SESSION['update'])) {
184
+    echo '<div class="alert alert-info" role="alert">' . $land['updateMessage'] . ' (' . $_SESSION['message']->version . ') <a href="https://github.com/Cyberbyte-Studios/CyberWorks/releases">Download Section</a</div>';
185
+}
186
+?>
181 187
             <div class="row">
182 188
                 <div class="col-lg-3 col-md-4 col-lg-offset-1">
183 189
                     <div class="panel panel-success">
Please login to merge, or discard this patch.