Navigation Menu

Skip to content

Commit

Permalink
Fix dashboard draft
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannick Francois committed Oct 14, 2013
1 parent e5558ee commit c369ff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/admin/dashboard/_drafts.html.erb
Expand Up @@ -3,7 +3,7 @@
<ul class='unstyled'>
<% if @drafts.empty? %>
<li class='alert'>
<%= link_to t("no_drafts_yet"), controller: 'content', action: 'new' %> ?
<%= link_to t(".no_drafts_yet"), controller: 'content', action: 'new' %> ?
</li>
<% else %>
<% for post in @drafts -%>
Expand Down

0 comments on commit c369ff8

Please sign in to comment.