From f9c553acb48b18cab89d96037c78354e6a8ea0ad Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Thu, 16 May 2019 12:49:30 +0200 Subject: [PATCH] Add link from detail view to places search --- frontend/css/photo.css | 6 +++++- frontend/src/app/pages/photos.vue | 30 ++++++++++++++++++++++-------- 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/frontend/css/photo.css b/frontend/css/photo.css index 0219e0a77..5e5ca241e 100644 --- a/frontend/css/photo.css +++ b/frontend/css/photo.css @@ -116,4 +116,8 @@ margin: 0; padding: 0; cursor: pointer -} \ No newline at end of file +} + +span.link { + cursor: pointer; +} diff --git a/frontend/src/app/pages/photos.vue b/frontend/src/app/pages/photos.vue index 4526be351..6ea4f9c88 100644 --- a/frontend/src/app/pages/photos.vue +++ b/frontend/src/app/pages/photos.vue @@ -56,7 +56,7 @@ color="blue-grey" v-model="query.view" :items="options.views" - id="viewSelect"> + id="viewSelect"> @@ -230,7 +230,8 @@ {{ photo.getCamera() }}
location_on - {{ photo.getLocation() }} + {{ photo.getLocation() }} @@ -420,7 +421,8 @@ close + >close +