由yanxd 更新于 2014-07-09 14:36
ActionView::Template::Error (incompatible character encodings: UTF-8 and ASCII-8 BIT):
21: <% end -%>
22:
23: <% if !@repository.tags.nil? && @repository.tags.length > 0 -%>
24: | <%= l(:label_tag) %>:
25: <%= select_tag :tag,
26: options_for_select([''] + @repository.tags, @rev),
27: :id => 'tag' %>
app/views/repositories/_navigation.html.erb:24:in `block in _app_views_reposit