Sha256: 8627c2b4d88abe8d4fde6706a2f9b31f809b1b93915100d0fcd0f6de5a81a259
Contents?: true
Size: 309 Bytes
Versions: 162
Compression:
Stored size: 309 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') %>"); <%= toolbar %> <% end %>
Version data entries
162 entries across 162 versions & 4 rubygems