aboutsummaryrefslogtreecommitdiffstats
path: root/app/helpers
diff options
context:
space:
mode:
authorLuc Donnet2014-09-19 10:54:07 +0200
committerLuc Donnet2014-09-19 10:54:07 +0200
commitecafca45574aaf4520b8827469042bef74e17a8d (patch)
tree3e97d29ffd2f482e5e743392b5db275d93ece540 /app/helpers
parent018053cb882e75ee7437f42c5f4609303218ba65 (diff)
downloadchouette-core-ecafca45574aaf4520b8827469042bef74e17a8d.tar.bz2
Use metadatas name for creation and history tags Refs #0028883
Diffstat (limited to 'app/helpers')
-rw-r--r--app/helpers/history_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/helpers/history_helper.rb b/app/helpers/history_helper.rb
index 1b9d056ab..ccc6374a1 100644
--- a/app/helpers/history_helper.rb
+++ b/app/helpers/history_helper.rb
@@ -1,7 +1,7 @@
module HistoryHelper
def creation_tag(object)
- field_set_tag t("layouts.creation_tag.title"), :class => "history_tag" do
+ field_set_tag t("layouts.history_tag.title"), :class => "history_tag" do
content_tag :ul do
[(content_tag :li do
if object.has_attribute?(:creation_time)