X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fviews%2Fspeeches%2Flist.html.erb;fp=app%2Fviews%2Fspeeches%2Flist.html.erb;h=db466523115a04d9493715f6e61f256dd7d3d99f;hb=b1919518b7bcdfe10e4dc4d14a7f6a5cb37a67d2;hp=93b324c0b994e244fa261438e2f9be760beb4edf;hpb=0efd57972385910d4295b3b3683872ab61e3a013;p=pettanr%2Fpettanr.git diff --git a/app/views/speeches/list.html.erb b/app/views/speeches/list.html.erb index 93b324c0..db466523 100644 --- a/app/views/speeches/list.html.erb +++ b/app/views/speeches/list.html.erb @@ -9,6 +9,7 @@ <%= t_m 'Speech.y' -%> <%= t_m 'Speech.width' -%> <%= t_m 'Speech.height' -%> + <%= t_m 'Speech.quotes' -%> <%= t_m 'Speech.settings' -%> <%= t_m 'Speech.created_at' -%> <%= t_m 'Speech.updated_at' -%> @@ -23,6 +24,7 @@ <%= speech.y %> <%= speech.width %> <%= speech.height %> + <%= h speech.quotes %> <%= h(truncate(speech.settings, :length => 12)) %> <%= l speech.created_at %> <%= l speech.updated_at %>