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

new.haml « registrations « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 96f9c27334fd8af2af621c5f838925af6f492ab5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#registration
  .container
    .row
      .col-md-10.offset1
        .col-md-7.hidden-phone
          %h1.ball
        .col-md-5.v-center
          .content.text-center
            %h2#pod-name
              = AppConfig.settings.pod_name

            = render partial: "form", locals: {mobile: false}