Sha256: a17e848a4a9701647871ef4f1dc88e4c7d6b868d1ddaaab857147db3948f4b24

Contents?: true

Size: 330 Bytes

Versions: 4

Compression:

Stored size: 330 Bytes

Contents

<section id="edit_site_client"> 

  <%= render partial: 'toolbar/home' %>

  <section class="edit_site_client" id="edit_<%= dom_id @client %>">
    <% if params[:step].present? %>
      <%= render partial: "edit_step_#{ params[:step] }" %>
    <% else %>
      <%= render partial: 'edit' %>
    <% end %>
  </section>
</section>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
social_stream-2.1.1 oauth2_server/app/views/site/clients/edit.html.erb
social_stream-oauth2_server-2.1.1 app/views/site/clients/edit.html.erb
social_stream-2.1.0 oauth2_server/app/views/site/clients/edit.html.erb
social_stream-oauth2_server-2.1.0 app/views/site/clients/edit.html.erb