diff options
Diffstat (limited to 'system/application/views/file')
-rw-r--r-- | system/application/views/file/html_header.php | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/system/application/views/file/html_header.php b/system/application/views/file/html_header.php index fdd46acb9..dfa08ad46 100644 --- a/system/application/views/file/html_header.php +++ b/system/application/views/file/html_header.php @@ -6,9 +6,12 @@ </head> <body> <div class="top_bar"> - <a class="raw_link no" href="<?php echo $raw_link; ?>">Raw</a> + <a class="raw_link no" href="<?php echo $raw_link; ?>">Raw</a> | <a class="raw_link no" href="<?php echo $plain_link; ?>">Plain</a> + <div style="float:right;"> + <a class="raw_link no" href="<?php echo $auto_link; ?>">Code</a> | + <a class="raw_link no" href="<?php echo $rmd_link; ?>">Render Markdown</a> + </div> </div> <table class="content"> <tr> - <td class="numbers"><pre> |