diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-06-11 18:35:35 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-06-11 19:02:16 +0200 |
commit | 39a760b1266e43175ad271da39898659df0231e4 (patch) | |
tree | e75126854efb2a65a8a92aa3dd29bcd40610f517 /system/application/views | |
parent | 09dc1388561d3fb5021691fb318e2412d395979f (diff) |
add markdown rendering support
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/views')
-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> |