diff options
author | gorm <gormer@gmail.com> | 2015-05-25 19:38:25 +0200 |
---|---|---|
committer | gorm <gormer@gmail.com> | 2015-05-25 19:38:25 +0200 |
commit | 68e37b691d94bbbc0644ac3554278eea2d67be51 (patch) | |
tree | 48adb75771cd240ea46be7988575aab3bd21109b /lib | |
parent | a48072721ed920a259e6107601bd50907e68eeb9 (diff) |
Included MUUG in credits
Diffstat (limited to 'lib')
-rw-r--r-- | lib/views/general/_credits.en.html.erb | 2 | ||||
-rw-r--r-- | lib/views/general/_credits.html.erb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/views/general/_credits.en.html.erb b/lib/views/general/_credits.en.html.erb new file mode 100644 index 0000000..1f61bf6 --- /dev/null +++ b/lib/views/general/_credits.en.html.erb @@ -0,0 +1,2 @@ +| <%= _('Powered by <a href="http://www.alaveteli.org/">Alaveteli</a>') %> | Run with ♥ by <a +href="http://www.nuug.no/">NUUG</a>. diff --git a/lib/views/general/_credits.html.erb b/lib/views/general/_credits.html.erb new file mode 100644 index 0000000..aeeeea4 --- /dev/null +++ b/lib/views/general/_credits.html.erb @@ -0,0 +1,2 @@ +| <%= _('Powered by <a href="http://www.alaveteli.org/">Alaveteli</a>') %> | Driftes med ♥ av <a +href="http://www.nuug.no/">NUUG</a>. |