🎨 Site > Improve URL

This commit is contained in:
brunosimon
2017-08-30 23:06:14 +02:00
parent 9d450fc0a1
commit 823f8fd2d8
9 changed files with 25 additions and 99 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
<header>
<a href="#" @click.prevent="onDifferencesClick">Differences <span v-if="differencesActive">(on)</span></a>
<a href="#" @click.prevent="onVersionsClick">Versions <span v-if="versionsActive">(on)</span></a>
<a :href="`${project.slug}/files/${content.path.full}`" download>Download</a>
<a :href="downloadUrl" download>Download</a>
{{ content.path.directory }} {{ content.name }}
</header>
<versions :file="content" :content="content.versions" v-if="versionsActive"></versions>