Feature: Rewamp super admin dashboard (#882)
This commit is contained in:
1
app/views/fields/avatar_field/_index.html.erb
Normal file
1
app/views/fields/avatar_field/_index.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= image_tag field.avatar_url %>
|
||||
1
app/views/fields/avatar_field/_show.html.erb
Normal file
1
app/views/fields/avatar_field/_show.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= image_tag field.avatar_url %>
|
||||
1
app/views/fields/count_field/_index.html.erb
Normal file
1
app/views/fields/count_field/_index.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= field.to_s %>
|
||||
1
app/views/fields/count_field/_show.html.erb
Normal file
1
app/views/fields/count_field/_show.html.erb
Normal file
@@ -0,0 +1 @@
|
||||
<%= field.to_s %>
|
||||
Reference in New Issue
Block a user