Clean up trailing and leading whitespace
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$('#show_creds_btn').click(function(event) {
|
||||
$('#show_creds_btn').click(function(event) {
|
||||
event.preventDefault();
|
||||
$("#modal_div").load(<%= credentials_tutorials_path.inspect.html_safe %>);
|
||||
$("#modal_div").modal("show");
|
||||
|
||||
Reference in New Issue
Block a user