Skip to content

Commit

Permalink
Update _work_module.html.erb
Browse files Browse the repository at this point in the history
Fixed a stray colon.
  • Loading branch information
scottsds committed Apr 21, 2014
1 parent 87b8d03 commit 669509d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/works/_work_module.html.erb
Expand Up @@ -101,7 +101,7 @@
<dd><%= work.hits %></dd>
<% end %>
<% if work.language.present? %>
<dt><%= ts("Language") %></dt>:
<dt><%= ts("Language") %>:</dt>
<dd><%= work.language.name %></dd>
<% end %>
<% end %>
Expand Down

0 comments on commit 669509d

Please sign in to comment.