assets/result.html.erb in rails_best_practices-1.13.3 vs assets/result.html.erb in rails_best_practices-1.13.4

- old
+ new

@@ -112,9 +112,11 @@ <td class='filename'> <% if @github %> <a href='https://github.com/<%= @github_name %>/blob/<%= @last_commit_id %>/<%= error.short_filename %>#L<%= error.first_line_number %>' target='_blank'><%= error.short_filename %></a> <% elsif @textmate %> <a href='txmt://open/?url=file://<%= File.expand_path(error.filename) %>&amp;line=<%= error.line_number %>'><%= error.short_filename %></a> + <% elsif @sublime %> + <a href='"subl://open?url=file://"<%= File.expand_path(error.filename) %>&amp;line=<%= error.line_number %>'><%= error.short_filename %></a> <% elsif @mvim %> <a href='mvim://open/?url=file://<%= File.expand_path(error.filename) %>&amp;line=<%= error.line_number %>'><%= error.short_filename %></a> <% else %> <%= error.short_filename %> <% end %>