Skip to content

Commit 0b84142

Browse files
committed
model app
1 parent f26401e commit 0b84142

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/views/auth/board/oauth_users/_index/_index_tbody.html.erb

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
</div>
66
<p>
77
<span class="tag"><%= model.type_i18n %></span>
8-
<span><%= model.app&.name %></span>
8+
<% if model.respond_to?(:app) %>
9+
<span><%= model.app&.name %></span>
10+
<% end %>
911
</p>
1012
</td>
1113
<td>

0 commit comments

Comments
 (0)