app/views/_xray_bar.html.erb in xray-rails-0.1.6 vs app/views/_xray_bar.html.erb in xray-rails-0.1.7

- old
+ new

@@ -35,10 +35,10 @@ <div id="xray-settings" style="display:none"> <form> <label for="xray-editor-input">Editor</label> <input id="xray-editor-input" type="text" value="<%= Xray.config.editor %>"> <button type="submit">Save</button> - <p>Settings are saved to ~/.xrayconfig</p> + <p>Settings are saved to <%= Xray.config.config_file %></p> </form> </div> <%= stylesheet_link_tag :xray %> </div>