Skip to content

Commit 47a3029

Browse files
authored
Merge branch 'main' into development
2 parents f2d8824 + f2f823e commit 47a3029

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Click here for the latest [releases](https://github.com/DMPRoadmap/roadmap/relea
1919

2020
#### Pre-requisites
2121
Roadmap is a Ruby on Rails application and you will need to have:
22-
* Ruby = 2.4.0 - 2.4.4
23-
* Rails = 4.2
22+
* Ruby = 2.7.6
23+
* Rails = 6.1
2424
* MySQL >= 5.0 OR PostgreSQL
2525

2626
Further detail on how to install Ruby on Rails applications are available from the Ruby on Rails site: http://rubyonrails.org.

app/helpers/perms_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def name_and_text
1414
use_api: _('API rights'),
1515
change_org_details: _('Manage organisation details'),
1616
grant_api_to_orgs: _('Grant API to organisations'),
17-
review_org_plans: _('')
17+
review_org_plans: _('Review organisational plans')
1818
}
1919
end
2020
end

app/views/orgs/_profile_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
links: org.links.fetch("org", []),
8181
max_number_links: Rails.configuration.x.max_number_links_funder,
8282
tooltip: shared_links_tooltip }) %>
83-
<%= hidden_field_tag('org_links', value: org.links) %>
83+
<%= hidden_field_tag('org_links', org.links) %>
8484
</div>
8585
</div>
8686

0 commit comments

Comments
 (0)