Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Political Memory
memopol
Commits
5b49001f
Commit
5b49001f
authored
Sep 01, 2016
by
Nicolas Joyard
Browse files
Cleanup old templates
parent
811f4dcd
Changes
3
Hide whitespace changes
Inline
Side-by-side
representatives_positions/templates/representatives_positions/_form.haml
deleted
100644 → 0
View file @
811f4dcd
-
load
bootstrap3
%form
{
:action
=>
'
{
% url
"representatives_positions:position-create"
%
}
',
:method => '
post
'
}
-
csrf_token
-
bootstrap_form
form
-
buttons
%button
{
'type'
:
'submit'
,
'class'
:
'btn btn-primary'
}
{% bootstrap_icon "star" %} Submit
-
endbuttons
representatives_positions/templates/representatives_positions/position_detail.haml
deleted
100644 → 0
View file @
811f4dcd
-
extends
'base.html'
-
load
humanize
-
block
content
-
include
'representatives/_representative_block.html'
with
representative
=
object
.
representative
.quote
%p
.quote-header
{{object.datetime|naturalday}}, {{object.representative.full_name}} declared :
.long-quote
=
object
.
text
|
linebreaks
%p
Source :
%a
{
:href
=>
'
{{
object
.
link
}}
'
}
=
object
.
link
representatives_positions/templates/representatives_positions/position_form.haml
deleted
100644 → 0
View file @
811f4dcd
-
extends
'base.html'
-
block
head
{{ form.media }}
-
block
content
-
include
'representatives_positions/_form.html'
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment