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

error_422.haml « errors « views « app - github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd3af7d46853322adfda0047ce8d4f67885b8892 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- content_for(:page_title) do
  The change you wanted was rejected (422)

.transparent.big-number
  422
%h3
  The change you wanted was rejected.
%p
  Maybe you tried to change something you didn't have access to.

%p
  %a{href: "javascript:history.back()"}
    Go Back?