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. -
-- A short description of your Project. -
-- The software license. + The source code's license.
- The version control system the software uses. + The version control system the Repository uses.
- Select how often the Project will be reanalyzed. + Select how often the Repository will be reprocessed.
- 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!
A set of metrics.
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' %>.