diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-09 19:47:53 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-09 20:02:46 +0200 |
commit | 8c18dfd2c16383a84e36d6232a0ad6ba327cd9b3 (patch) | |
tree | 8471885d928d26f8a60df93676371282b93b5312 | |
parent | 0d7c4d54292693d869e6669ff682d15b5f54a426 (diff) | |
download | hmnoweb-8c18dfd2c16383a84e36d6232a0ad6ba327cd9b3.tar.gz hmnoweb-8c18dfd2c16383a84e36d6232a0ad6ba327cd9b3.tar.bz2 hmnoweb-8c18dfd2c16383a84e36d6232a0ad6ba327cd9b3.zip |
Gallery links issue #84: Drop 'created' field from index.
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 |