Commit 21ec0b14 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

consistency fixes

parent 892de12d
......@@ -18,7 +18,7 @@
= render 'projects/branches/commit', commit: commit, project: @project
- else
%p
= s_('TagsPage|Cannot find HEAD commit for this tag')
= s_("TagsPage|Can't find HEAD commit for this tag")
- if release && release.description.present?
.description.prepend-top-default
.wiki
......
- @no_container = true
- @sort ||= sort_value_recently_updated
- page_title _('Tags')
- page_title _('TagsPage|Tags')
- add_to_breadcrumbs("Repository", project_tree_path(@project))
.flex-list{ class: container_class }
......
......@@ -16,7 +16,7 @@
- if @commit
= render 'projects/branches/commit', commit: @commit, project: @project
- else
= s_('TagsPage|Cannot find HEAD commit for this tag')
= s_("TagsPage|Can't find HEAD commit for this tag")
.nav-controls.controls-flex
- if can?(current_user, :push_code, @project)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment