Sha256: 9a96723dd657c6ba0f22a2e2f306247de918860ec5a3a09836062b1582c1d44d

Contents?: true

Size: 263 Bytes

Versions: 4

Compression:

Stored size: 263 Bytes

Contents

<%= image_tag 'step_2.png' %>

<section class="new_app">
<h1>Set the application's logo</h1>

<%= render partial: 'avatars/form',
           object: @client,
           as: :avatarable %>

<%= link_to "Next", edit_site_client_path(@client, step: 3) %>
</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_step_2.html.erb
social_stream-oauth2_server-2.1.1 app/views/site/clients/_edit_step_2.html.erb
social_stream-2.1.0 oauth2_server/app/views/site/clients/_edit_step_2.html.erb
social_stream-oauth2_server-2.1.0 app/views/site/clients/_edit_step_2.html.erb