diff options
Diffstat (limited to 'application/views/file')
-rw-r--r-- | application/views/file/html_header.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/views/file/html_header.php b/application/views/file/html_header.php index dc9bb05ad..e14bad6f5 100644 --- a/application/views/file/html_header.php +++ b/application/views/file/html_header.php @@ -74,6 +74,7 @@ include(FCPATH."application/views/header.php"); ?> </li> </ul> <div class="btn-group pull-right" style="margin-top: 7px; margin-right:-10px;"> + <a id="linewrap" class="btn btn-small" rel="tooltip" title="Wrap long lines">Linewrap</a> <a href="<?php echo site_url($id."/plain") ?>" class="btn btn-small" rel="tooltip" title="View as plain text">Plain</a> <a href="<?php echo site_url($id) ?>" class="btn btn-small" rel="tooltip" title="View as raw file (org. mime type)">Raw</a> <?php if ($current_highlight === 'rmd') { ?> |