diff options
author | Cheng-Han, Wu | 2016-06-17 16:17:37 +0800 |
---|---|---|
committer | Cheng-Han, Wu | 2016-06-17 16:17:37 +0800 |
commit | cb1e00d1d149c7a331e9d37cc73927a6aa5c7cf6 (patch) | |
tree | 18180fd111bd2db2969ed594e80823f52ec9880b /public/views | |
parent | 4d244763164eb88638aec85d85529ea49feb0f94 (diff) |
Add support of exporting raw html
Diffstat (limited to 'public/views')
-rw-r--r-- | public/views/header.ejs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/views/header.ejs b/public/views/header.ejs index b00c2db5..739b37ad 100644 --- a/public/views/header.ejs +++ b/public/views/header.ejs @@ -68,6 +68,8 @@ </li> <li role="presentation"><a role="menuitem" class="ui-download-html" tabindex="-1" href="#" target="_self"><i class="fa fa-file-code-o fa-fw"></i> HTML</a> </li> + <li role="presentation"><a role="menuitem" class="ui-download-raw-html" tabindex="-1" href="#" target="_self"><i class="fa fa-file-code-o fa-fw"></i> Raw HTML</a> + </li> <li class="divider"></li> <li role="presentation"><a role="menuitem" class="ui-help" href="#" data-toggle="modal" data-target=".help-modal"><i class="fa fa-question-circle fa-fw"></i> Help</a> </li> @@ -163,6 +165,8 @@ </li> <li role="presentation"><a role="menuitem" class="ui-download-html" tabindex="-1" href="#" target="_self"><i class="fa fa-file-code-o fa-fw"></i> HTML</a> </li> + <li role="presentation"><a role="menuitem" class="ui-download-raw-html" tabindex="-1" href="#" target="_self"><i class="fa fa-file-code-o fa-fw"></i> Raw HTML</a> + </li> </ul> </li> </ul> |