Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_index.html.haml « commits « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e4c9cc6e83c959926922b5c7e60d5b2021e44437 (plain)
1
2
3
4
5
6
7
8
9
= form_tag project_commits_path(@project), :method => :get do
  %h3
    = @project.name
    [ #{select_tag "branch", options_for_select(@repo.heads.map(&:name), @branch), :onchange => "this.form.submit();", :class => "small"} ]
= link_to 'Back', project_path(@project), :class => "button"
%h1 Listing commits
%div{:id => dom_id(@project)}
  = render "commits"
%br/