Skip to content

Commit

Permalink
Merge pull request #334 from impresso/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
tvanbeek authored May 22, 2019
2 parents 2fab250 + 2545df4 commit d89bccf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/SearchPills.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
{'dripicons-align-justify': filter.type === 'string'},
{'dripicons-message': filter.type === 'topic'},
{'dripicons-pamphlet': filter.type === 'newspaper'},
{'dripicons-web': filter.type === 'language'}
{'dripicons-web': filter.type === 'language'},
{'dripicons-calendar': filter.type === 'daterange'},
{'dripicons-suitcase': filter.type === 'collection'},
]" />
<!-- type:string -->
<span class="label sp-string" v-if="filter.type === 'string'" :class="filter.precision">
Expand Down
2 changes: 2 additions & 0 deletions src/components/UserLoginPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@
<input type="checkbox" value="remember-me" v-model="rememberCredetials"> {{$t("login_remember")}}
</label>
</div>
<h5>Do you need an account?</h5>
<p>Contact us at <a href="mailto:info@impresso-project.ch">info@impresso-project.ch</a></p>
</div>
<div class="footer p-3">
<button class="btn btn-lg btn-primary btn-block" type="submit">{{$t("login_button")}}</button>
Expand Down

0 comments on commit d89bccf

Please sign in to comment.