In the meantime, I'll get a big boost of prompts if you create more pages I can think about! You can also check back later and I might have more prompts for your current pages.
<% new_content_types = (current_user.createable_content_types - [Universe]) %> <% new_content_types.each do |content_type| %> <%= link_to new_polymorphic_path(content_type), class: "btn #{content_type.color} black-text", style: 'margin: 14px;' do %> create <% if current_user.send(content_type.name.downcase.pluralize).any? %> another <% else %> <%= %w(a e i o).include?(content_type.name.downcase[0]) ? 'an' : 'a' %> <% end %> <%= content_type.name.downcase %> <% end %> <% end %>