Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update open source resources in info panel #2794

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions app/views/alchemy/admin/dashboard/info.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,19 @@
<p><%= Alchemy.t('Alchemy is open software and itself uses open software and free resources:') %></p>
<ul>
<li>
<a href="http://rubyonrails.org" target="_blank">RubyOnRails</a>
<a href="https://rubyonrails.org" target="_blank">Ruby on Rails</a>
</li>
<li>
<a href="http://jquery.com" target="_blank">jQuery Javascript Library</a>
<a href="https://jquery.com" target="_blank">jQuery Javascript Library</a>
</li>
<li>
<a href="http://jqueryui.com" target="_blank">jQuery UI Javascript GUI Library</a>
<a href="https://shoelace.style" target="_blank">Shoelace Web Components Library</a>
</li>
<li>
<a href="http://tinymce.moxiecode.com" target="_blank">TinyMCE - Javascript WYSIWYG Editor</a>
<a href="https://www.tiny.cloud" target="_blank">TinyMCE - Javascript WYSIWYG Editor</a>
</li>
<li>
<a href="http://blueimp.github.io/jQuery-File-Upload/" target="_blank">jQuery File Upload</a>
</li>
<li>
<a href="https://remixicon.com" target="_blank">Remix Icon</a>
<a href="https://remixicon.com" target="_blank">Remix Icons</a>
</li>
</ul>
<% end %>