From d704301937f325458730226bcd75e61d4e0652d8 Mon Sep 17 00:00:00 2001 From: Diego Araújo Date: Fri, 5 Sep 2014 15:12:59 -0300 Subject: [PATCH] Tooltip messages for projects and repositories. --- app/views/projects/_form.html.erb | 10 ---------- app/views/repositories/_form.html.erb | 8 ++++---- app/views/tutorials/keywords.html.erb | 4 ++-- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/app/views/projects/_form.html.erb b/app/views/projects/_form.html.erb index 8bdfcf1..982254d 100644 --- a/app/views/projects/_form.html.erb +++ b/app/views/projects/_form.html.erb @@ -8,11 +8,6 @@ <%= f.label :name, class: 'control-label' %>
<%= f.text_field :name, class: 'text-field ' %> -
-

- The name of your Project. -

-
@@ -20,11 +15,6 @@ <%= f.label :description, class: 'control-label' %>
<%= f.text_area :description, class: 'text-area' %>
-
-

- A short description of your Project. -

-
diff --git a/app/views/repositories/_form.html.erb b/app/views/repositories/_form.html.erb index 8ffc522..bd97656 100644 --- a/app/views/repositories/_form.html.erb +++ b/app/views/repositories/_form.html.erb @@ -35,7 +35,7 @@

- The software license. + The source code's license.

@@ -47,7 +47,7 @@

- The version control system the software uses. + The version control system the Repository uses.

@@ -71,7 +71,7 @@

- Select how often the Project will be reanalyzed. + Select how often the Repository will be reprocessed.

@@ -84,7 +84,7 @@

- A Configuration defines all the metrics to be analyzed in the source code. Choose your weapon! + A <%= link_to 'Configuration', tutorials_path('keywords', anchor: 'configuration') %> defines all the metrics to be calculated in the source code. Choose your weapon!

diff --git a/app/views/tutorials/keywords.html.erb b/app/views/tutorials/keywords.html.erb index 27a67f1..65dbd61 100644 --- a/app/views/tutorials/keywords.html.erb +++ b/app/views/tutorials/keywords.html.erb @@ -42,7 +42,7 @@

Configuration

-

+

A set of metrics.

Metric Result

@@ -52,7 +52,7 @@

Metric

-

A software metric is a quantitative measure of some property of a module. For more details see +

A software metric is a quantitative measure of some property of a module. For more details see <%= link_to 'Carlos Morais dissertation', 'http://www.teses.usp.br/teses/disponiveis/45/45134/tde-25092013-142158/publico/dissertacao.pdf' %>.

-- libgit2 0.21.2