Sha256: 0d4d6ba02f71fb7414cd8386b8f35357760d4c43a4d49168c48b0996266f4b89

Contents?: true

Size: 331 Bytes

Versions: 6

Compression:

Stored size: 331 Bytes

Contents

<section id="edit_site_client"> 

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

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
social_stream-2.2.2 oauth2_server/app/views/site/clients/edit.html.erb
social_stream-oauth2_server-2.2.2 app/views/site/clients/edit.html.erb
social_stream-2.2.1 oauth2_server/app/views/site/clients/edit.html.erb
social_stream-oauth2_server-2.2.1 app/views/site/clients/edit.html.erb
social_stream-2.2.0 oauth2_server/app/views/site/clients/edit.html.erb
social_stream-oauth2_server-2.2.0 app/views/site/clients/edit.html.erb