Sha256: 8c2a7744927aa16894a1d53b85f194b065cfcda5521170a4a1f3bc60041201de

Contents?: true

Size: 627 Bytes

Versions: 31

Compression:

Stored size: 627 Bytes

Contents

<h4><%= flash[:notice] %></h4>
<%= render :partial => "auth/shared/object_errors.html.erb", locals: {active_model_object: @profile_resource} %>

<% if current_signed_in_resource.is_admin? %>

	<% if current_signed_in_resource.id.to_s == @profile_resource.id.to_s %>
		
		<%= render :partial => "auth/profiles/admin_profile.html.erb" %>

	<% else %>
		<!-- give options to resend sms otp, resend confirmation email, basically render the options partial from admin_create_users -->	
		<%= render :partial => "auth/admin_create_users/admin_actions.html.erb", locals: {user: @profile_resource} %>
	<% end %>

<% else %>
	
<% end %>

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wordjelly-auth-1.6.0 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.9 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.8 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.7 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.6 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.5 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.4 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.3 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.2 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.1 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.5.0 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.9 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.8 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.7 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.6 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.5 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.4 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.3 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.2 app/views/auth/profiles/show.html.erb
wordjelly-auth-1.4.0 app/views/auth/profiles/show.html.erb