Skip to content

Commit

Permalink
Slightly clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
francis committed Aug 26, 2009
1 parent e76d105 commit 8c5b0ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin_public_body/_one_list.rhtml
Expand Up @@ -22,7 +22,7 @@
<%= text_field_tag 'new_tag', params[:new_tag], { :size => 15, :id => "mass_add_tag_new_tag_" + table_name } %>
<%= hidden_field_tag(:query, params[:query], { :id => "mass_add_tag_query_" + table_name } ) %>
<%= hidden_field_tag(:table_name, table_name, { :id => "mass_add_tag_table_name_" + table_name } ) %>
<%= submit_tag "Add tag to all" %> (in table just above)
<%= submit_tag "Add tag to all" %> (in every page of table just above)
</p>
<% end %>

Expand Down

0 comments on commit 8c5b0ce

Please sign in to comment.