diff options
3 files changed, 2 insertions, 12 deletions
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 %> </span> </div> - <div> - <span class="gallery_link_label"> - <%= t('.created') %>: - </span> - <time datetime="<%= g.created_at %>"> - <%= l(g.created_at) %> - </time> - </div> </section> </article> <% 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 |