Sha256: 7a652674c7cbcbdf4cfb78f5265fe9bd8f8dfd6248d1d9a6a6afd066f7940693
Contents?: true
Size: 826 Bytes
Versions: 33
Compression:
Stored size: 826 Bytes
Contents
<% # NOTE: Using .erb is for styling <pre> %> <% page_title t(".page_title") %> <p class="clearfix"> <%= link_to t('tutorials.chapter2.page_title') << " >>", tutorials_chapter2_path, class: "pull-right" %> </p> <p> <%= t ".description" %> </p> <!-- vue.js --> <div id="chapter1"> <form> <p v-repeat="payloads"> <input type="button" class="btn btn-default" v-on="click: sendRequest($data)" value="<%= t ".send" %>" /> <code> $ curl -X POST http://localhost:<%= @in_http["port"] %>{{ path }} -F 'json={{ data | to_json }}' </code> </p> </form> </div> <!-- /vue.js --> <%= render partial: "shared/vue/fluent_log", locals: { fluentd: @fluentd } %> <p class="clearfix"> <%= link_to t('tutorials.chapter2.page_title') << " >>", tutorials_chapter2_path, class: "pull-right" %> </p>
Version data entries
33 entries across 33 versions & 1 rubygems