rosa-build/app/views/git/shared/_info.html.haml

24 lines
542 B
Plaintext
Raw Normal View History

2011-04-04 17:00:24 +01:00
.content
.inner
%p
%b
= t("activerecord.models.project")
\:
= @project.name
%p
%b
= t("activerecord.attributes.project.repository")
\:
= git_repo_url @project.git_repo_name
2011-04-04 17:00:24 +01:00
- if @current_tag.present?
%p
%b Tag:
= link_to @current_tag.name, tree_path(@project, :treeish => @current_tag.name)
2011-04-04 17:00:24 +01:00
- if @current_branch.present?
%p
%b Branch:
= link_to @current_branch.name, tree_path(@project, :treeish => @current_branch.name)