Change app name
This commit is contained in:
parent
b4a328554c
commit
b01cf32826
6 changed files with 4 additions and 4 deletions
2
Rakefile
2
Rakefile
|
|
@ -1,4 +1,4 @@
|
|||
require_relative 'vote'
|
||||
require_relative 'vedia'
|
||||
require 'sinatra/activerecord/rake'
|
||||
|
||||
desc "Update PO files"
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
require_relative 'vote'
|
||||
require_relative 'vedia'
|
||||
|
||||
run Sinatra::Application
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ end
|
|||
|
||||
include GetText
|
||||
set_output_charset('UTF-8')
|
||||
bindtextdomain('vote', 'locale')
|
||||
bindtextdomain('vedia', 'locale')
|
||||
set_locale('ca')
|
||||
|
||||
enable :sessions
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title><%= _("Vote") %></title>
|
||||
<title>Vedia</title>
|
||||
<script src="/chartkick.js"></script>
|
||||
<script src="/Chart.bundle.js"></script>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue