summaryrefslogtreecommitdiffstats
path: root/app/views/repositories/_form.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/repositories/_form.html.erb')
-rw-r--r--app/views/repositories/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/repositories/_form.html.erb b/app/views/repositories/_form.html.erb
index b8dfbd653..91a19ca43 100644
--- a/app/views/repositories/_form.html.erb
+++ b/app/views/repositories/_form.html.erb
@@ -4,7 +4,7 @@
<p>
<%= label_tag('repository_scm', l(:label_scm)) %><%= scm_select_tag(@repository) %>
<% if @repository && ! @repository.class.scm_available %>
- <em class="info"><%= content_tag 'span', l(:text_scm_command_not_available), :class => 'error' %></em>
+ <em class="info error"><%= l(:text_scm_command_not_available) %></em>
<% end %>
</p>