Skip to content
Snippets Groups Projects
Commit 324fc23f authored by Tim Steiner's avatar Tim Steiner
Browse files

Edit link on view page

parent 72495742
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,9 @@
<a id="nextRequestLink" href="/Request/View/<?php echo $this->nextRequestId; ?>">Next--&gt;</a>
<?php } ?>
<?php } ?>
<div id="editLink">
<a href="/Request/Load/<?php echo $this->request->getPrimaryKey(); ?>">--Edit--</a>
</div>
<div class="clear"></div>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment