diff options
Diffstat (limited to 'app/views/custom_fields/list.rhtml')
-rw-r--r-- | app/views/custom_fields/list.rhtml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/custom_fields/list.rhtml b/app/views/custom_fields/list.rhtml index 8862b3de1..bbdfeffb4 100644 --- a/app/views/custom_fields/list.rhtml +++ b/app/views/custom_fields/list.rhtml @@ -50,4 +50,6 @@ </div> <% end %> -<%= javascript_tag "showTab('#{@tab}');" %>
\ No newline at end of file +<%= javascript_tag "showTab('#{@tab}');" %> + +<% set_html_title(l(:label_custom_field_plural)) -%> |