Skip to content

Commit

Permalink
add buffer between encode/decode links; add new example gif
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavison committed Mar 15, 2016
1 parent e2a226e commit 8132c07
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file modified images/example.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions lib/rest-client-view.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class RestClientView extends ScrollView
@h5 'Payload'

@div class: "text-info lnk float-right #{rest_form.decode_payload.split('.')[1]}", 'Decode payload '
@div class: "buffer float-right", '|'
@div class: "text-info lnk float-right #{rest_form.encode_payload.split('.')[1]}", 'Encode payload'
@div class: 'btn-group btn-group-lg', =>
@button class: 'btn selected', 'Raw'
Expand Down
4 changes: 4 additions & 0 deletions styles/rest-client.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
.btn {
margin: 5px 0;
}
.buffer {
margin-left: 2px;
margin-right: 2px;
}
}

.rest-client-url {
Expand Down

0 comments on commit 8132c07

Please sign in to comment.