Skip to content

Commit

Permalink
Merge pull request otwcode#737 from CristinaRO/issue-3172-filters-mes…
Browse files Browse the repository at this point in the history
…sage

Informative message about the Return of the Filters
  • Loading branch information
elzj committed Jul 3, 2012
2 parents 5c521e1 + f0008b4 commit b63f110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/works/_filters.html.erb
@@ -1,7 +1,7 @@
<%= form_tag( @collection ? collection_works_path(@collection) : works_path, :class => 'filters', :method => :get, :id => 'work_filters') do %>
<h3 class="landmark heading"><%= ts("Filters") %></h3>
<%= field_set_tag (ts('Filter results:') + link_to_help("filters")).html_safe do %>
<p>Tag filtering is currently unavailable due to heavy traffic. To narrow your results, consider using <%= link_to "advanced search", search_path %>.</p>
<p>Tag filtering is undergoing maintenance and should return by the end of July. To narrow your results, consider using <%= link_to "advanced search", search_path %>.</p>
<dl class="filters" role="menu">
<dt><%= ts("Language") %></dt>
<dd><%= select_tag :language_id, ('<option></option>' + options_from_collection_for_select(Language.default_order, :short, :name, params[:language_id])).html_safe %></dd>
Expand Down

0 comments on commit b63f110

Please sign in to comment.