Skip to content

Commit

Permalink
Merge branches 'geophystech#192-update-leaflet' and 'geophystech#265-…
Browse files Browse the repository at this point in the history
…btn-remove-data-limitation'
  • Loading branch information
Arman Badalyan committed Nov 27, 2018
2 parents 0fa61e5 + de7998f commit f8fb01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CountersHeader.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<b-row class="infobar" align-v="center" no-gutters>
<b-col cols="2" md="4" class="text-center text-md-left">
<b-col cols="2" md="4" v-if="!$store.getters.user.authenticated" class="text-center text-md-left">
<router-link to="/sign-in">
<i class="fa fa-lg fa-lock align-middle" aria-hidden="true" />
<span v-if="!$root.onMobile">Снять ограничения данных</span>
Expand Down

0 comments on commit f8fb01b

Please sign in to comment.