File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
javascripts/grape_swagger_rails
stylesheets/grape_swagger_rails Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -352,7 +352,7 @@ function program9(depth0,data) {
352
352
function program11 ( depth0 , data ) {
353
353
354
354
355
- return "\n <div class='sandbox_header'>\n <input class='submit' name='commit' type='button' value='Try it out!' />\n <a href='#' class='response_hider' style='display:none'>Hide Response</a>\n <img alt='Throbber' class='response_throbber' src='images /throbber.gif' style='display:none' />\n </div>\n " ;
355
+ return "\n <div class='sandbox_header'>\n <input class='submit' name='commit' type='button' value='Try it out!' />\n <a href='#' class='response_hider' style='display:none'>Hide Response</a>\n <img alt='Throbber' class='response_throbber' src='<%= image_path(" grape_swagger_rails / throbber . gif ") %> ' style='display:none' />\n </div>\n ";
356
356
}
357
357
358
358
buffer += "\n <ul class='operations' >\n <li class='" ;
Original file line number Diff line number Diff line change @@ -1014,7 +1014,7 @@ table {
1014
1014
font-size: 1.5em;
1015
1015
font-weight: bold;
1016
1016
text-decoration: none;
1017
- background : transparent url(.. / images/ logo_small.png) no-repeat left center;
1017
+ background: transparent url(( <%= image_path ( 'grape_swagger_rails/ logo_small.png' ) %> ) no-repeat left center;
1018
1018
padding: 20px 0 20px 40px;
1019
1019
color: white;
1020
1020
}
You can’t perform that action at this time.
0 commit comments