diff options
Diffstat (limited to 'app/helpers/history_helper.rb')
| -rw-r--r-- | app/helpers/history_helper.rb | 2 |
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) |
