fix once again the stats and translations
This commit is contained in:
		| @ -103,7 +103,7 @@ async function articleClicked(){ | ||||
|         </ul> | ||||
|           <div id="downloads" v-if="article.pdfLocation !== null && !manage"> | ||||
|             <a :href=downloadPdf() @click.stop="articleClicked" target="_blank">{{i18n("See.Research")}}</a> | ||||
|             <a v-if="article.bibTexLocation !== null" :href=downloadBibTex() @click.stop="emit('modal-close')"  target="_blank">{{i18n("See.BibTex")}}</a> </div> | ||||
|             <a v-if="article.bibTexLocation !== null" :href=downloadBibTex() @click.stop="emit('modal-close')"  target="_blank">{{i18n("SeeBibTex")}}</a> </div> | ||||
|         </div> | ||||
|         <div v-if="manage" id="manage"> | ||||
|           <div> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user