]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/blobdiff - frontend/public.html
Add raw/tar/zip endpoints
[perso/Immae/Projets/Nodejs/Surfer.git] / frontend / public.html
index 2ddf543eb09f735e1113f774b7c2a2ed61a9ff0c..b31401fefa25ff8076c341174a176023f29ecc79 100644 (file)
         <p style="font-size: 24px; margin: 4px 0;">{{ path }}</p>
       </div>
       <div>
+        <a v-bind:href="'/raw' + path">
+          <el-button type="primary" icon="el-icon-download" size="small">Raw (curl/wget friendly)</el-button>
+        </a>
+        <a v-bind:href="'/tar' + path">
+          <el-button type="primary" icon="el-icon-download" size="small">Download Tar.gz</el-button>
+        </a>
+        <a v-bind:href="'/zip' + path">
+          <el-button type="primary" icon="el-icon-download" size="small">Download Zip</el-button>
+        </a>
         <a href="/_admin">
           <el-button type="primary" icon="el-icon-user" size="small">Login</el-button>
         </a>