Skip to content

Commit

Permalink
Add "Universal ID" gem
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoroth committed Oct 29, 2023
1 parent e0e133b commit f7397b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/content/pages/ecosystem/gems/universalid.html.erb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Universal ID
---

<%= render Page::ContainerComponent.new(page: current_page) do |page| %>
<% page.with_title(title: current_page.data.fetch("title")) %>

<%= link_to "hopsoft/universalid", "https://github.com/hopsoft/universalid", target: :_blank %><br>
<% end %>

0 comments on commit f7397b7

Please sign in to comment.