Skip to content

Commit 0dcab63

Browse files
committed
Add shared asset management tasks and update meta description helper
1 parent f3e7d08 commit 0dcab63

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

app/helpers/application_helper.rb

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,15 @@ def meta_title
1818
end
1919

2020
def meta_description
21-
@meta_description || 'An open source funding solution from ecosyste.ms & Open Source Collective.'
21+
@meta_description || app_description
22+
end
23+
24+
def app_name
25+
"Funds"
26+
end
27+
28+
def app_description
29+
'An open source funding solution from ecosyste.ms & Open Source Collective.'
2230
end
2331

2432
def obfuscate_email(email)

0 commit comments

Comments
 (0)