Sha256: ca1008fe1dc2a5fb708a265af65a5ad31563c65d5f84459d69d81d94f115766c

Contents?: true

Size: 521 Bytes

Versions: 7

Compression:

Stored size: 521 Bytes

Contents

<% if params[:api_settings].present? %>
    $('#api_token').html('<%= current_subject.authentication_token.blank? ? t('settings.api_key.empty') : current_subject.authentication_token %>')
<% else %>
    $("#content").html("<%= escape_javascript(render :partial => 'index') %>");
    $("head").append($("<%= escape_javascript(stylesheet_link_tag "settings.css", :media => "screen, projection") %>"));
    $("head").append($("<%= escape_javascript(javascript_include_tag 'settings.js') %>"));
    <%= toolbar %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
social_stream-base-0.6.8 app/views/settings/index.js.erb
social_stream-base-0.6.6 app/views/settings/index.js.erb
social_stream-base-0.6.5 app/views/settings/index.js.erb
social_stream-base-0.6.3 app/views/settings/index.js.erb
social_stream-base-0.6.2 app/views/settings/index.js.erb
social_stream-base-0.6.1 app/views/settings/index.js.erb
social_stream-base-0.6.0 app/views/settings/index.js.erb