Method: ApplicationHelper#license_link
- Defined in:
- app/helpers/application_helper.rb
#license_link ⇒ ActiveSupport::SafeBuffer
Creates a link to the community’s default content license based on site settings.
65 66 67 |
# File 'app/helpers/application_helper.rb', line 65 def license_link link_to SiteSetting['ContentLicenseName'], SiteSetting['ContentLicenseLink'] end |