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: bf034f9da48ad13a317a1eff136aa134b30b954a (plain)
1
2
3
4
5
6
7
8
9
10
11
#registration
  .container
    .row
      .col-sm-6.hidden-xs
        .ball
      .col-sm-6.col-xs-12.v-center
        .content.text-center
          %h1#pod-name
            = AppConfig.settings.pod_name

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