From 8c18dfd2c16383a84e36d6232a0ad6ba327cd9b3 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 9 Sep 2018 19:47:53 +0200 Subject: Gallery links issue #84: Drop 'created' field from index. --- .../app/views/refinery/gallery_links/gallery_links/index.html.erb | 8 -------- vendor/extensions/gallery_links/config/locales/en.yml | 3 +-- vendor/extensions/gallery_links/config/locales/nb.yml | 3 +-- 3 files changed, 2 insertions(+), 12 deletions(-) (limited to 'vendor') diff --git a/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb b/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb index 7475c83..714e59f 100644 --- a/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb +++ b/vendor/extensions/gallery_links/app/views/refinery/gallery_links/gallery_links/index.html.erb @@ -30,14 +30,6 @@ <%= g.photographer %> -
- - <%= t('.created') %>: - - -
<% end %> diff --git a/vendor/extensions/gallery_links/config/locales/en.yml b/vendor/extensions/gallery_links/config/locales/en.yml index 8715d2d..85e88d0 100644 --- a/vendor/extensions/gallery_links/config/locales/en.yml +++ b/vendor/extensions/gallery_links/config/locales/en.yml @@ -23,7 +23,6 @@ en: other: Other Gallery Links index: photographer: Photographer - created: Created activerecord: attributes: 'refinery/gallery_links/gallery_link': @@ -31,4 +30,4 @@ en: url: Url photographer: Photographer description: Description - image_id: Image \ No newline at end of file + image_id: Image diff --git a/vendor/extensions/gallery_links/config/locales/nb.yml b/vendor/extensions/gallery_links/config/locales/nb.yml index cb1dd6b..109a13a 100644 --- a/vendor/extensions/gallery_links/config/locales/nb.yml +++ b/vendor/extensions/gallery_links/config/locales/nb.yml @@ -23,7 +23,6 @@ nb: other: Andre gallerier index: photographer: Fotograf - created: Lastet opp activerecord: attributes: 'refinery/gallery_links/gallery_link': @@ -31,4 +30,4 @@ nb: url: Lenke photographer: Fotograf description: Beskrivelse - image_id: Bilde \ No newline at end of file + image_id: Bilde -- cgit v1.2.3