Skip to content

Commit

Permalink
Merge pull request #91 from portagenetwork/issue81
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan authored Dec 9, 2021
2 parents 15a2ad8 + 0360107 commit 40ccc9f
Show file tree
Hide file tree
Showing 20 changed files with 1,413 additions and 1,102 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mysql.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Tests - MySQL

on: [push, pull_request]
on: [pull_request]

jobs:
mysql:
Expand Down
2 changes: 1 addition & 1 deletion app/views/plans/_share_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<%= f.radio_button :visibility, :publicly_visible,
data: { url: visibility_plan_path(@plan),
remote: true, method: :post } %>
<%= _('Public: anyone can view') %>
<%= _('Public: anyone can view or download from the Public DMPs page') %>
<% end %>
</div>
</div>
Expand Down
Loading

0 comments on commit 40ccc9f

Please sign in to comment.