From 7fc6641e5604beaae4fb7d97fbc0bdf09772b946 Mon Sep 17 00:00:00 2001 From: Heitor Reis Date: Wed, 7 Oct 2015 13:57:24 -0300 Subject: [PATCH] Remove

tag from home page --- app/views/home/index.html.erb | 2 -- config/locales/views/home/en.yml | 2 +- config/locales/views/home/pt.yml | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/views/home/index.html.erb b/app/views/home/index.html.erb index 60cd44b..ae79ac7 100644 --- a/app/views/home/index.html.erb +++ b/app/views/home/index.html.erb @@ -1,8 +1,6 @@

<%= t('title_home_index') %>

-

<%= t('body_home_index_html') %> -

<%= t('body_feedback_home_index_html', href: link_to('feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank')) %>

diff --git a/config/locales/views/home/en.yml b/config/locales/views/home/en.yml index b22dabf..f7517e8 100644 --- a/config/locales/views/home/en.yml +++ b/config/locales/views/home/en.yml @@ -1,5 +1,5 @@ en: title_home_index: "Understanding Code Metrics" - body_home_index_html: "This is Mezuro! A free/libre web platform for collaborative source code evaluation.

Here you can evaluate your source code with the most popular SCMs (like Git and SVN), just by providing its URL. For now, you can evaluate C, C++, Java, Ruby and Python source codes, but we are looking forward to supporting more languages in the future (PHP is coming soon).

" + body_home_index_html: "

This is Mezuro! A free/libre web platform for collaborative source code evaluation.

Here you can evaluate your source code with the most popular SCMs (like Git and SVN), just by providing its URL. For now, you can evaluate C, C++, Java, Ruby and Python source codes, but we are looking forward to supporting more languages in the future (PHP is coming soon).

" body_feedback_home_index_html: "Mezuro is continuously under development. Try it and give us your %{href}." latest_projects: "Latest projects" diff --git a/config/locales/views/home/pt.yml b/config/locales/views/home/pt.yml index 4380a41..58297be 100644 --- a/config/locales/views/home/pt.yml +++ b/config/locales/views/home/pt.yml @@ -1,5 +1,5 @@ pt: title_home_index: "Entendendo Métricas de Código" - body_home_index_html: "

Este é o Mezuro! Uma plataforma web livre para avaliação colaborativa de código fonte.

Aqui você pode avaliar seu código fonte com os SCMs mais populares (como Git e SVN), apenas fornecendo sua URL. Por enquanto, você pode avaliar códigos em C, C++, Java, Ruby e Python mas nós pretendemos dar suporte a mais linguagens no futuro (PHP está muito próximo).

" + body_home_index_html: "

Este é o Mezuro! Uma plataforma web livre para avaliação colaborativa de código fonte.

Aqui você pode avaliar seu código fonte com os SCMs mais populares (como Git e SVN), apenas fornecendo sua URL. Por enquanto, você pode avaliar códigos em C, C++, Java, Ruby e Python mas nós pretendemos dar suporte a mais linguagens no futuro (PHP está muito próximo).

" body_feedback_home_index_html: "Mezuro está sob constante desenvolvimento. Experimente e nos dê o seu %{href}." latest_projects: "Últimos projetos" -- libgit2 0.21.2