Sha256: 39cfb134777894c05cc7a46c87dd1174f5897b8d56c300502bd0b2d3dae16460

Contents?: true

Size: 486 Bytes

Versions: 2

Compression:

Stored size: 486 Bytes

Contents

<% if Tr8n.config.enabled? %>

  <style type="text/css">
  .tr8n_fltr {
    <%=tr8n_style_attribute_tag('float', 'right')%> !important;
  }
  .tr8n_fltl {
    <%=tr8n_style_attribute_tag('float', 'left')%> !important;
  }
  .tr8n_txtr {
    <%=tr8n_style_attribute_tag('text-align', 'right')%> !important;
  }
  .tr8n_txtl {
    <%=tr8n_style_attribute_tag('text-align', 'left')%> !important;
  }
  </style>

  <script src="<%=Tr8n.config.application.js_boot_url%>"></script>

<% end %>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tr8n_client_sdk-1.1.0 app/views/tr8n_client_sdk/tags/_scripts.html.erb
tr8n_client_sdk-1.0.0 app/views/tr8n_client_sdk/tags/_scripts.html.erb