Skip to content

Commit

Permalink
Allow to translate "Learn more"
Browse files Browse the repository at this point in the history
  • Loading branch information
lnussel committed Aug 29, 2018
1 parent c23b97c commit ca97b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/package/explore.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<div class="carousel-caption">
<h1><%= package[:name] %></h1>
<p><%= package[:summary] %></p>
<p><a class="btn btn-primary" href="<%= url_for :controller => :package, :action => :show, :package => package[:pkgname] %>" role="button">Learn more</a></p>
<p><a class="btn btn-primary" href="<%= url_for :controller => :package, :action => :show, :package => package[:pkgname] %>" role="button"><%= _("Learn more") %></a></p>
</div>
</div><!-- /.carousel-item -->
<% active = false %>
Expand Down

0 comments on commit ca97b6a

Please sign in to comment.