diff options
-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>. |