Commit d704301937f325458730226bcd75e61d4e0652d8
1 parent
b113b9d9
Exists in
colab
and in
4 other branches
Tooltip messages for projects and repositories.
Signed off by: Heitor Reis <marcheing@gmail.com>
Showing
3 changed files
with
6 additions
and
16 deletions
Show diff stats
app/views/projects/_form.html.erb
@@ -8,11 +8,6 @@ | @@ -8,11 +8,6 @@ | ||
8 | <%= f.label :name, class: 'control-label' %><br> | 8 | <%= f.label :name, class: 'control-label' %><br> |
9 | <%= f.text_field :name, class: 'text-field ' %> | 9 | <%= f.text_field :name, class: 'text-field ' %> |
10 | </div> | 10 | </div> |
11 | - <div class="help-container"> | ||
12 | - <p> | ||
13 | - The name of your Project. | ||
14 | - </p> | ||
15 | - </div> | ||
16 | </div> | 11 | </div> |
17 | 12 | ||
18 | <div class="form-row"> | 13 | <div class="form-row"> |
@@ -20,11 +15,6 @@ | @@ -20,11 +15,6 @@ | ||
20 | <%= f.label :description, class: 'control-label' %><br> | 15 | <%= f.label :description, class: 'control-label' %><br> |
21 | <%= f.text_area :description, class: 'text-area' %> | 16 | <%= f.text_area :description, class: 'text-area' %> |
22 | </div> | 17 | </div> |
23 | - <div class="help-container"> | ||
24 | - <p> | ||
25 | - A short description of your Project. | ||
26 | - </p> | ||
27 | - </div> | ||
28 | </div> | 18 | </div> |
29 | </div> | 19 | </div> |
30 | </div> | 20 | </div> |
app/views/repositories/_form.html.erb
@@ -35,7 +35,7 @@ | @@ -35,7 +35,7 @@ | ||
35 | </div> | 35 | </div> |
36 | <div class="help-container"> | 36 | <div class="help-container"> |
37 | <p> | 37 | <p> |
38 | - The software license. | 38 | + The source code's license. |
39 | </p> | 39 | </p> |
40 | </div> | 40 | </div> |
41 | </div> | 41 | </div> |
@@ -47,7 +47,7 @@ | @@ -47,7 +47,7 @@ | ||
47 | </div> | 47 | </div> |
48 | <div class="help-container"> | 48 | <div class="help-container"> |
49 | <p> | 49 | <p> |
50 | - The version control system the software uses. | 50 | + The version control system the Repository uses. |
51 | </p> | 51 | </p> |
52 | </div> | 52 | </div> |
53 | </div> | 53 | </div> |
@@ -71,7 +71,7 @@ | @@ -71,7 +71,7 @@ | ||
71 | </div> | 71 | </div> |
72 | <div class="help-container"> | 72 | <div class="help-container"> |
73 | <p> | 73 | <p> |
74 | - Select how often the Project will be reanalyzed. | 74 | + Select how often the Repository will be reprocessed. |
75 | </p> | 75 | </p> |
76 | </div> | 76 | </div> |
77 | </div> | 77 | </div> |
@@ -84,7 +84,7 @@ | @@ -84,7 +84,7 @@ | ||
84 | </div> | 84 | </div> |
85 | <div class="help-container"> | 85 | <div class="help-container"> |
86 | <p> | 86 | <p> |
87 | - A Configuration defines all the metrics to be analyzed in the source code. Choose your weapon! | 87 | + A <%= link_to 'Configuration', tutorials_path('keywords', anchor: 'configuration') %> defines all the metrics to be calculated in the source code. Choose your weapon! |
88 | </p> | 88 | </p> |
89 | </div> | 89 | </div> |
90 | </div> | 90 | </div> |
app/views/tutorials/keywords.html.erb
@@ -42,7 +42,7 @@ | @@ -42,7 +42,7 @@ | ||
42 | <div> | 42 | <div> |
43 | <h3 id="configuration">Configuration</h3> | 43 | <h3 id="configuration">Configuration</h3> |
44 | 44 | ||
45 | - <p></p> | 45 | + <p>A set of <i>metrics</i>.</p> |
46 | </div> | 46 | </div> |
47 | <div> | 47 | <div> |
48 | <h3 id="metric_result">Metric Result</h3> | 48 | <h3 id="metric_result">Metric Result</h3> |
@@ -52,7 +52,7 @@ | @@ -52,7 +52,7 @@ | ||
52 | 52 | ||
53 | <div> | 53 | <div> |
54 | <h3 id="metric">Metric</h3> | 54 | <h3 id="metric">Metric</h3> |
55 | - <p>A software metric is a quantitative measure of some property of a module. For more details see | 55 | + <p>A software metric is a quantitative measure of some property of a <i>module</i>. For more details see |
56 | <%= link_to 'Carlos Morais dissertation', 'http://www.teses.usp.br/teses/disponiveis/45/45134/tde-25092013-142158/publico/dissertacao.pdf' %>.</p> | 56 | <%= link_to 'Carlos Morais dissertation', 'http://www.teses.usp.br/teses/disponiveis/45/45134/tde-25092013-142158/publico/dissertacao.pdf' %>.</p> |
57 | </div> | 57 | </div> |
58 | </div> | 58 | </div> |