summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorChristoph (Sheogorath) Kern2019-03-31 15:14:31 +0200
committerGitHub2019-03-31 15:14:31 +0200
commit3a0ff5edd3882cca3751bcfbca1843807ef0c7d7 (patch)
treef14f4411361f789f05d8414378df3c9ea9a07c03 /public/views
parent948c3367eb07505383367ab722d240fa62ca454a (diff)
parent1544b45af5435fde1190634dc44b65ca6ab55238 (diff)
Merge pull request #9 from SISheogorath/feature/moveUpload
Move upload button into toolbar
Diffstat (limited to 'public/views')
-rw-r--r--public/views/codimd/header.ejs6
1 files changed, 0 insertions, 6 deletions
diff --git a/public/views/codimd/header.ejs b/public/views/codimd/header.ejs
index b83838ea..6bf37804 100644
--- a/public/views/codimd/header.ejs
+++ b/public/views/codimd/header.ejs
@@ -15,9 +15,6 @@
</div>
<a class="navbar-brand pull-left" href="<%- serverURL %>/"><i class="fa fa-file-text"></i> CodiMD</a>
<div class="nav-mobile pull-right visible-xs">
- <span class="btn btn-link btn-file ui-upload-image" title="Upload Image" style="display:none;">
- <i class="fa fa-camera"></i><input type="file" accept="image/*" name="upload" multiple>
- </span>
<a data-toggle="dropdown" class="btn btn-link">
<i class="fa fa-caret-down"></i>
</a>
@@ -100,9 +97,6 @@
<span class="btn btn-link btn-file ui-help" title="<%= __('Help') %>" data-toggle="modal" data-target=".help-modal">
<i class="fa fa-question-circle"></i>
</span>
- <span class="btn btn-link btn-file ui-upload-image" title="<%= __('Upload Image') %>" style="display:none;">
- <i class="fa fa-camera"></i><input type="file" accept="image/*" name="upload" multiple>
- </span>
</ul>
<ul class="nav navbar-nav navbar-right">
<li id="online-user-list">