File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed
Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 102102 </ div >
103103 </ div >
104104
105- <% if content . class_name == 'Character' %>
106- <!-- Tools -->
107- < div class ="pb-4 border-b border-gray-200 dark:border-gray-700 ">
108- < h2 class ="text-sm font-semibold text-gray-900 dark:text-white mb-3 flex items-center ">
109- < i class ="material-icons text-sm <%= content . class_text_color %> mr-2 "> build</ i >
110- Tools
111- </ h2 >
112-
113- < div class ="space-y-2 ">
114- <%= link_to talk_path ( character_id : content . id ) , class : "group flex items-center p-3 bg-gray-50 dark:bg-gray-800 rounded-lg hover:bg-blue-50 dark:hover:bg-blue-900 transition-colors" do %>
115- < i class ="material-icons text-base text-gray-400 group-hover:text-blue-500 mr-3 "> message</ i >
116- < div class ="flex-1 ">
117- < div class ="text-sm font-medium text-gray-900 dark:text-white group-hover:text-blue-700 dark:group-hover:text-blue-300 "> Talk to <%= content . name %> </ div >
118- < div class ="text-xs text-gray-500 dark:text-gray-400 "> Have an AI conversation</ div >
119- </ div >
120- < i class ="material-icons text-xs text-gray-400 group-hover:text-blue-500 "> chevron_right</ i >
121- <% end %>
122- </ div >
123- </ div >
124- <% end %>
125105
126106 </ div >
127107</ div >
You can’t perform that action at this time.
0 commit comments