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

podmin.haml « home « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 65cbf340ebec00a1d03acc59e10b01d08aeec13c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
.dandelion-background
  .jumbotron
    .container-fluid.home-podmin
      .row
        .col-md-12.text-center
          %h1= t(".headline")
          %h2= t(".byline")

.container-fluid
  .row
    .col-md-4
      .landing-info-card
        %h3.text-center
          %span.entypo-tools
          = t(".configure_your_pod")
        != t(".configuration_info",
             database_path: content_tag(:code, "config/database.yml"),
             diaspora_path: content_tag(:code, "config/diaspora.toml"))

    .col-md-4
      .landing-info-card
        %h3.text-center
          %span.entypo-add-user
          = t(".create_an_account")
        != t(".create_an_account_info",
             sign_up_link: link_to(t("devise.shared.links.sign_up"), new_user_registration_path))

    .col-md-4
      .landing-info-card
        %h3.text-center
          %span.entypo-key
          = t(".make_yourself_an_admin")
        != t(".make_yourself_an_admin_info",
             wiki: link_to("diaspora* wiki", "https://wiki.diasporafoundation.org/Permalink:FAQ_-_Add_admin"),
             admin_dashboard: link_to(t("javascripts.header.admin"), admin_dashboard_path))

  .row
    .col-md-4
      .landing-info-card
        %h3.text-center
          %span.entypo-new
          = t(".update_your_pod")
        != t(".update_your_pod_info",
             update_instructions: link_to(t(".update_instructions"), "https://wiki.diasporafoundation.org/Updating"))

    .col-md-4
      .landing-info-card
        %h3.text-center
          %span.entypo-lifebuoy
          = t(".getting_help")
        != t(".getting_help_info",
             faq: link_to(t(".faq_for_podmins"), "https://wiki.diasporafoundation.org/FAQ_for_pod_maintainers"),
             irc: link_to(t(".contact_irc"), "https://wiki.diasporafoundation.org/How_We_Communicate#IRC"))

    .col-md-4
      .landing-info-card
        %h3.text-center
          %span.entypo-code
          = t(".contribute")
        != t(".contribute_info",
             report_bugs: link_to(t(".report_bugs"), "https://wiki.diasporafoundation.org/How_to_report_a_bug"))