Skip to content

Commit

Permalink
add a link to go back to the experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas CARPi committed Mar 26, 2014
1 parent dbbf0ce commit 7fff121
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions revision.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
} else {
die('Bad experiment id.');
}
echo "<a href='experiments.php?mode=view&id=".$exp_id."'><h4><img src='themes/".$_SESSION['prefs']['theme']."/img/undo.png' alt='<--' /> Go back to the experiment</h4></a>";

if (isset($_GET['action']) && $_GET['action'] === 'restore' && is_pos_int($_GET['rev_id'])) {
// get the body of the restored time
Expand Down
Binary file added themes/default/img/undo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/l33t/img/undo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7fff121

Please sign in to comment.