Sha256: 6d0602c2775cfd7c4a4a05c8307879a9e74861e8dbc8ac69c9cb790593c63003

Contents?: true

Size: 737 Bytes

Versions: 5

Compression:

Stored size: 737 Bytes

Contents

<% if Tml.config.enabled? %>
  <style type="text/css">
    .tml_fltr {<%=tml_style_attribute_tag('float', 'right')%> !important;}
    .tml_fltl {<%=tml_style_attribute_tag('float', 'left')%> !important;}
    .tml_txtr {<%=tml_style_attribute_tag('text-align', 'right')%> !important;}
    .tml_txtl {<%=tml_style_attribute_tag('text-align', 'left')%> !important;}
    <%= tml_application.css %>
  </style>

  <% if Tml.config.respond_to?(:agent) and Tml.config.agent and Tml.config.agent[:enabled] %>
    <% if Tml.config.agent[:type].to_s == 'agent' %>
        <%= render(:partial => '/tml_rails/tags/scripts_agent') %>
    <% else %>
        <%= render(:partial => '/tml_rails/tags/scripts_tools') %>
    <% end %>
  <% end %>
<% end %>

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tml-rails-5.2.5 app/views/tml_rails/tags/_scripts.html.erb
tml-rails-5.2.2 app/views/tml_rails/tags/_scripts.html.erb
tml-rails-5.2.1 app/views/tml_rails/tags/_scripts.html.erb
tml-rails-5.1.2 app/views/tml_rails/tags/_scripts.html.erb
tml-rails-5.1.1 app/views/tml_rails/tags/_scripts.html.erb