Skip to content

Commit

Permalink
text grey
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Nov 19, 2024
1 parent e8c1001 commit df63223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/org/panel/members/_base/_index_tbody.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
</td>
<% if defined? RailsWechat %>
<td>
<p class="family-monospace"><%= model.wechat_openid %></p>
<p class="family-monospace"><%= model.corp_userid %></p>
<p class="family-monospace text-grey"><%= model.wechat_openid %></p>
<p class="family-monospace text-grey"><%= model.corp_userid %></p>
</td>
<% end %>
<td><%= model.join_on %></td>
Expand Down

0 comments on commit df63223

Please sign in to comment.