Commit f2537243797a31aafa9dd3aa96b48eac50aadd9e
1 parent
07d68b27
Exists in
colab
and in
4 other branches
fixing home welcome message
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/home/index.html.erb
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | 3 | ||
4 | <p>This is Mezuro! A <strong>free\libre</strong> web platform for <strong>collaborative</strong> source code <strong>evaluation</strong>.</p> | 4 | <p>This is Mezuro! A <strong>free\libre</strong> web platform for <strong>collaborative</strong> source code <strong>evaluation</strong>.</p> |
5 | 5 | ||
6 | - <p>Here you can evaluate your source code with most of the SCM (Git, Baazar, Mercurial, and SVN), just by giving it's URL. For now you can evaluate <strong>C</strong>, <strong>C++</strong>,<strong>Java</strong> source code, but soon we hope to support more languages!</p> | 6 | + <p>Here you can evaluate your source code with most of the SCM (Git, Baazar, Mercurial, and SVN), just by giving it's URL. For now you can evaluate <strong>C</strong>, <strong>C++</strong>, and <strong>Java</strong> source code, but soon we hope to support more languages!</p> |
7 | 7 | ||
8 | <p> Mezuro is under development. Try it and give us your <%= link_to 'feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank' %>.</p> | 8 | <p> Mezuro is under development. Try it and give us your <%= link_to 'feedback', 'https://github.com/mezuro/mezuro/issues', target: '_blank' %>.</p> |
9 | </div> | 9 | </div> |
@@ -14,4 +14,4 @@ | @@ -14,4 +14,4 @@ | ||
14 | <% @latest_projects.each do |project| %> | 14 | <% @latest_projects.each do |project| %> |
15 | <li><%= link_to(project.name, project_path(project.id)) %></li> | 15 | <li><%= link_to(project.name, project_path(project.id)) %></li> |
16 | <% end %> | 16 | <% end %> |
17 | -</ul> | ||
18 | \ No newline at end of file | 17 | \ No newline at end of file |
18 | +</ul> |