diff options
author | Christoph (Sheogorath) Kern | 2018-07-31 10:55:08 +0200 |
---|---|---|
committer | GitHub | 2018-07-31 10:55:08 +0200 |
commit | 881ca88c517ab1c212196e43bd6bc865ba7a8254 (patch) | |
tree | 9c8d2a7882b80653a724272aea1bc5bc956ef888 /public/views/codimd/body.ejs | |
parent | 48ddcef31c4c13557e1bd2fbc128e82e0e2df5d8 (diff) | |
parent | 66d374b1289e6dd33008dc931e9fb642051724d0 (diff) |
Merge pull request #908 from micedre/gitlabV4
Add possibility to choose between version v3 or v4 for the gitlab api.
Diffstat (limited to '')
-rw-r--r-- | public/views/codimd/body.ejs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/public/views/codimd/body.ejs b/public/views/codimd/body.ejs index b5932a61..d4f27a93 100644 --- a/public/views/codimd/body.ejs +++ b/public/views/codimd/body.ejs @@ -153,6 +153,7 @@ <div class="modal-body"> <input type="hidden" id="snippetImportModalAccessToken" /> <input type="hidden" id="snippetImportModalBaseURL" /> + <input type="hidden" id="snippetImportModalVersion" /> <div class="ui-field-contain" style="display:table;margin-bottom:10px;width:100%;"> <div style="display:table-row;margin-bottom:5px;"> <label style="display:table-cell;">Project:</label> @@ -191,6 +192,7 @@ <div class="modal-body"> <input type="hidden" id="snippetExportModalAccessToken" /> <input type="hidden" id="snippetExportModalBaseURL" /> + <input type="hidden" id="snippetExportModalVersion" /> <div class="ui-field-contain" style="display:table;margin-bottom:10px;width:100%;"> <div style="display:table-row;margin-bottom:5px;"> <label style="display:table-cell;">Title:</label> |