Skip to content

Commit

Permalink
Fix broken sublime-text links
Browse files Browse the repository at this point in the history
  • Loading branch information
Karsten Silkenbäumer committed Jul 8, 2013
1 parent 8e4bee6 commit a2a7602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/result.html.erb
Expand Up @@ -115,7 +115,7 @@
<% 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>
<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 %>
Expand Down

0 comments on commit a2a7602

Please sign in to comment.